++ rg -v '#' /usr/share/zoneinfo/zone.tab ++ awk '{print $3}' ++ shuf ++ head -n1 + TZ=America/Punta_Arenas + echo 'Choosen random timezone America/Punta_Arenas' + ln -snf /usr/share/zoneinfo/America/Punta_Arenas /etc/localtime Choosen random timezone America/Punta_Arenas + echo America/Punta_Arenas + dpkg -i package_folder/clickhouse-common-static_24.3.18.10389.altinitystable_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 49077 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.3.18.10389.altinitystable_amd64.deb ... Unpacking clickhouse-common-static (24.3.18.10389.altinitystable) ... Setting up clickhouse-common-static (24.3.18.10389.altinitystable) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.3.18.10389.altinitystable_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 49106 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.3.18.10389.altinitystable_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.3.18.10389.altinitystable) ... Setting up clickhouse-common-static-dbg (24.3.18.10389.altinitystable) ... + dpkg -i package_folder/clickhouse-server_24.3.18.10389.altinitystable_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 49115 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.3.18.10389.altinitystable_amd64.deb ... Unpacking clickhouse-server (24.3.18.10389.altinitystable) ... Setting up clickhouse-server (24.3.18.10389.altinitystable) ... Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually. ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client + dpkg -i package_folder/clickhouse-client_24.3.18.10389.altinitystable_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 49132 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.3.18.10389.altinitystable_amd64.deb ... Unpacking clickhouse-client (24.3.18.10389.altinitystable) ... Setting up clickhouse-client (24.3.18.10389.altinitystable) ... + echo '' + [[ -z '' ]] + ch --query 'SELECT 1' 1 + chl --query 'SELECT 1' 1 + chc --version ClickHouse client version 24.3.18.10389.altinitystable (altinity build). + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /attach_gdb.lib ++ source /utils.lib + source /utils.lib + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml + value=0 + sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml + value=5267456 + sed --follow-symlinks -i 's|[[:digit:]]\+|5267456|' /etc/clickhouse-server/config.d/keeper_port.xml + value=61374464 + sed --follow-symlinks -i 's|[[:digit:]]\+|61374464|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + ARM=aarch64 ++ uname -m + OS=x86_64 x86_64 Adding azure configuration + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + [[ -n '' ]] + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 minio version RELEASE.2022-01-03T18-22-58Z + wait_for_it + local counter=0 + ./minio server --address :11111 ./minio_data + local max_counter=60 + local url=http://localhost:11111 + params=('--silent' '--verbose') + local params + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=2 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 2 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=3 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=5 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=6 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 6 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=7 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=9 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 9 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=10 + grep AccessDenied + curl --silent --verbose http://localhost:11111 + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:41811 http://127.0.0.1:41811 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (41811), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./18431674A16E97CAa21e880e-93f1-4bdf-ae82-fff595a51559 + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 258 root 10u IPv6 34316 0t0 TCP *:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy set clickminio readwrite user=test Policy `readwrite` is set on user `test` + ./mc mb clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc policy set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio ++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio 02366_data.jsonl + for file in $(ls "${data_path}") + echo 02366_data.jsonl + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` Total: 0 B, Transferred: 0 B, Speed: 0 B/s + for file in $(ls "${data_path}") + echo 02731.arrow + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow 02731.arrow `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` Total: 0 B, Transferred: 3.82 MiB, Speed: 112.85 MiB/s 02731.parquet + for file in $(ls "${data_path}") + echo 02731.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` Total: 0 B, Transferred: 1.57 MiB, Speed: 84.43 MiB/s + for file in $(ls "${data_path}") + echo 02876.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet 02876.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` Total: 0 B, Transferred: 293 B, Speed: 28.05 KiB/s + for file in $(ls "${data_path}") + echo a.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv a.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` Total: 0 B, Transferred: 24 B, Speed: 3.31 KiB/s b.tsv + for file in $(ls "${data_path}") + echo b.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` Total: 0 B, Transferred: 33 B, Speed: 4.21 KiB/s c.tsv + for file in $(ls "${data_path}") + echo c.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` Total: 0 B, Transferred: 33 B, Speed: 3.54 KiB/s tsv_with_header.tsv + for file in $(ls "${data_path}") + echo tsv_with_header.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 0 B, Transferred: 44 B, Speed: 4.18 KiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + ./setup_hdfs_minicluster.sh + ls -lha total 135M drwxr-xr-x 1 root root 4.0K May 26 10:22 . drwxr-xr-x 1 root root 4.0K May 26 10:22 .. -rw-rw-r-- 1 1000 1000 300 May 26 10:19 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1.6K Oct 31 2024 attach_gdb.lib -rw-r--r-- 1 root root 1.3K May 26 10:22 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 3.9K May 26 10:22 __azurite_db_blob__.json -rw-r--r-- 1 root root 1.4K May 26 10:22 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4.0K May 26 10:22 __blobstorage__ drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 4.0K May 26 10:19 broken_tests.json drwxr-xr-x 5 root root 340 May 26 10:21 dev -rwxr-xr-x 1 root root 0 May 26 10:21 .dockerenv drwxr-xr-x 1 root root 4.0K May 26 10:22 etc drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1 drwxr-xr-x 2 root root 4.0K Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21M Oct 31 2024 mc drwxr-xr-x 2 root root 4.0K Sep 11 2024 media -rwxr-xr-x 1 root root 114M Oct 31 2024 minio drwxr-xr-x 4 root root 4.0K May 26 10:22 minio_data drwxr-xr-x 2 root root 4.0K Sep 11 2024 mnt drwxr-xr-x 2 root root 4.0K Sep 11 2024 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4.0K May 26 10:21 package_folder dr-xr-xr-x 328 root root 0 May 26 10:21 proc -rwxrwxr-x 1 root root 8.2K Oct 31 2024 process_functional_tests_result.py drwx------ 1 root root 4.0K May 26 10:22 root drwxr-xr-x 1 root root 4.0K May 26 10:22 run -rwxrwxr-x 1 root root 16K Oct 31 2024 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rwxrwxr-x 1 root root 11K Oct 31 2024 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3.4K Oct 31 2024 setup_minio.sh drwxr-xr-x 2 root root 4.0K Sep 11 2024 srv -rw-rw-r-- 1 root root 13K Oct 31 2024 stress_tests.lib dr-xr-xr-x 13 root root 0 May 26 10:21 sys drwxrwxr-x 2 1000 1000 4.0K May 26 10:21 test_output drwxrwxrwt 1 root root 4.0K May 26 10:22 tmp drwxr-xr-x 1 root root 4.0K Sep 11 2024 usr -rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib drwxr-xr-x 1 root root 4.0K Sep 11 2024 var + cd hadoop-3.3.1 + export JAVA_HOME=/usr + JAVA_HOME=/usr + mkdir -p target/test/data + chown clickhouse ./target/test/data + nc -z localhost 12222 + sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + lsof -i :12222 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 548 clickhouse 322u IPv4 23163 0t0 TCP localhost:12222 (LISTEN) + sleep 5 + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + [[ -n '' ]] + '[' 1 -gt 1 ']' + sudo clickhouse start chown -R clickhouse: '/var/run/clickhouse-server/' Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon Waiting for server to start Waiting for server to start Server started + [[ -n '' ]] + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' 127.0.0.1 - - [26/May/2025:13:23:10 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [26/May/2025:13:23:10 +0000] "PUT /devstoreaccount1/cont/nxovnfrcxpspfkaxumwsztqivcpqlbhh?blockid=cokdqlzpqaqtjcppiolypzpnceuaqdfkhgmstxbothhbsektylmaqsjupxbowcog&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [26/May/2025:13:23:10 +0000] "PUT /devstoreaccount1/cont/nxovnfrcxpspfkaxumwsztqivcpqlbhh?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [26/May/2025:13:23:10 +0000] "GET /devstoreaccount1/cont/nxovnfrcxpspfkaxumwsztqivcpqlbhh HTTP/1.1" 206 4 127.0.0.1 - - [26/May/2025:13:23:10 +0000] "GET /devstoreaccount1/cont/nxovnfrcxpspfkaxumwsztqivcpqlbhh HTTP/1.1" 206 2 127.0.0.1 - - [26/May/2025:13:23:10 +0000] "DELETE /devstoreaccount1/cont/nxovnfrcxpspfkaxumwsztqivcpqlbhh HTTP/1.1" 202 - 1 + break + setup_logs_replication + set +x File /tmp/export-logs-config.sh does not exist, do not setup + attach_gdb_to_clickhouse ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 736 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + true + set -e + return + export -f run_tests + '[' 1 -gt 1 ']' + timeout_with_logging 9720 bash -c run_tests + local exit_code=0 + timeout 9720 bash -c run_tests + read -ra ADDITIONAL_OPTIONS + HIGH_LEVEL_COVERAGE=YES + '[' 1 -gt 1 ']' + [[ -n '' ]] + [[ -n '' ]] ++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' + [[ 1 == 0 ]] + ADDITIONAL_OPTIONS+=('--jobs') + ADDITIONAL_OPTIONS+=('8') + [[ -n 1 ]] + [[ -n 5 ]] + ADDITIONAL_OPTIONS+=('--run-by-hash-num') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM") + ADDITIONAL_OPTIONS+=('--run-by-hash-total') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL") + HIGH_LEVEL_COVERAGE=NO + [[ -n '' ]] + [[ NO = \Y\E\S ]] + ADDITIONAL_OPTIONS+=('--report-logs-stats') + try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + local total_retries=10 + shift + fn_exists run_with_retry + declare -F run_with_retry + run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + [[ hxBc =~ e ]] + set_e=false + set +e + local total_retries=10 + shift + local retry=0 + '[' 0 -ge 10 ']' + clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + false + return + set +e + clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 1 --run-by-hash-total 5 --report-logs-stats + ts '%Y-%m-%d %H:%M:%S' + tee -a test_output/test_result.txt 2025-05-26 10:24:42 Using queries from '/usr/share/clickhouse-test/queries' directory 2025-05-26 10:24:42 Connecting to ClickHouse server... OK 2025-05-26 10:24:42 Connected to server 24.3.18.10389.altinitystable @ 7a1b53921dfb37a4fe50af3efd7b3b833d32682a HEAD 2025-05-26 10:24:43 Found 1142 parallel tests and 104 sequential tests 2025-05-26 10:24:46 2025-05-26 10:24:46 Running about 142 stateless tests (ForkPoolWorker-3). 2025-05-26 10:24:46 2025-05-26 10:24:46 03290_dictionary_assert_on_function: [ OK ] 3.26 sec. 2025-05-26 10:24:46 2025-05-26 10:24:46 Running about 142 stateless tests (ForkPoolWorker-4). 2025-05-26 10:24:46 2025-05-26 10:24:46 03273_select_from_explain_ast_non_select: [ OK ] 3.45 sec. 2025-05-26 10:24:46 2025-05-26 10:24:46 Running about 142 stateless tests (ForkPoolWorker-9). 2025-05-26 10:24:46 2025-05-26 10:24:46 03215_udf_with_union: [ OK ] 3.53 sec. 2025-05-26 10:24:46 2025-05-26 10:24:46 Running about 142 stateless tests (ForkPoolWorker-5). 2025-05-26 10:24:46 2025-05-26 10:24:46 03251_unaligned_window_function_state: [ OK ] 3.62 sec. 2025-05-26 10:24:47 2025-05-26 10:24:47 Running about 142 stateless tests (ForkPoolWorker-2). 2025-05-26 10:24:47 2025-05-26 10:24:47 03290_final_replacing: [ OK ] 3.94 sec. 2025-05-26 10:24:47 2025-05-26 10:24:47 Running about 142 stateless tests (ForkPoolWorker-8). 2025-05-26 10:24:47 2025-05-26 10:24:47 03228_virtual_column_merge_dist: [ OK ] 4.12 sec. 2025-05-26 10:24:47 2025-05-26 10:24:47 Running about 142 stateless tests (ForkPoolWorker-6). 2025-05-26 10:24:47 2025-05-26 10:24:47 03231_pr_duplicate_announcement: [ OK ] 4.36 sec. 2025-05-26 10:24:50 03164_create_as_default: [ OK ] 3.21 sec. 2025-05-26 10:24:50 03165_order_by_duplicate: [ OK ] 3.48 sec. 2025-05-26 10:24:50 03164_analyzer_rewrite_aggregate_function_with_if: [ OK ] 3.48 sec. 2025-05-26 10:24:50 03149_analyzer_window_redefinition: [ OK ] 3.68 sec. 2025-05-26 10:24:51 03036_prewhere_lambda_function: [ OK ] 3.72 sec. 2025-05-26 10:24:52 2025-05-26 10:24:52 Running about 142 stateless tests (ForkPoolWorker-7). 2025-05-26 10:24:52 2025-05-26 10:24:52 03198_settings_in_csv_tsv_schema_cache: [ OK ] 9.39 sec. 2025-05-26 10:24:53 03033_analyzer_parametrized_view_alias: [ OK ] 3.58 sec. 2025-05-26 10:24:54 03031_low_cardinality_logical_error: [ OK ] 3.60 sec. 2025-05-26 10:24:54 03032_scalars_create_as_select: [ OK ] 3.64 sec. 2025-05-26 10:24:56 03030_system_flush_distributed_settings: [ OK ] 5.18 sec. 2025-05-26 10:24:57 03020_order_by_SimpleAggregateFunction: [ OK ] 4.39 sec. 2025-05-26 10:24:57 03017_analyzer_groupby_fuzz_61600: [ OK ] 3.51 sec. 2025-05-26 10:24:57 03015_aggregator_empty_data_multiple_blocks: [ OK ] 3.46 sec. 2025-05-26 10:24:58 03013_test_part_level_is_reset_attach_from_disk_mt: [ OK ] 3.90 sec. 2025-05-26 10:24:58 03021_output_format_tty: [ OK ] 7.36 sec. 2025-05-26 10:24:59 03013_hop_infinite_loop: [ OK ] 3.20 sec. 2025-05-26 10:25:00 03013_repeat_with_nonnative_integers: [ OK ] 3.53 sec. 2025-05-26 10:25:00 03010_virtual_memory_mappings_asynchronous_metrics: [ OK ] 3.44 sec. 2025-05-26 10:25:00 03010_file_log_large_poll_batch_size: [ OK ] 3.23 sec. 2025-05-26 10:25:02 03010_sum_to_to_count_if_nullable: [ OK ] 4.55 sec. 2025-05-26 10:25:02 03010_view_prewhere_in: [ OK ] 3.91 sec. 2025-05-26 10:25:03 03008_index_small: [ OK ] 3.92 sec. 2025-05-26 10:25:04 03007_column_nullable_uninitialzed_value: [ OK ] 3.54 sec. 2025-05-26 10:25:04 03006_parallel_replicas_prewhere: [ OK ] 3.76 sec. 2025-05-26 10:25:04 03006_mv_deduplication_throw_if_async_insert: [ OK ] 4.03 sec. 2025-05-26 10:25:06 03005_input_function_in_join: [ OK ] 3.83 sec. 2025-05-26 10:25:08 03000_minmax_index_first: [ OK ] 3.75 sec. 2025-05-26 10:25:08 02998_projection_after_attach_partition: [ OK ] 4.04 sec. 2025-05-26 10:25:10 02998_analyzer_prewhere_report: [ OK ] 3.67 sec. 2025-05-26 10:25:11 02997_projections_formatting: [ OK ] 2.46 sec. 2025-05-26 10:25:12 02996_nullable_arrayReduce: [ OK ] 3.94 sec. 2025-05-26 10:25:13 03174_split_parts_ranges_into_intersecting_and_non_intersecting_final_and_read-in-order_bug: [ OK ] 27.21 sec. 2025-05-26 10:25:16 02994_inconsistent_formatting: [ OK ] 3.49 sec. 2025-05-26 10:25:17 02992_settings_overflow: [ OK ] 3.29 sec. 2025-05-26 10:25:19 02994_sanity_check_settings: [ OK ] 8.45 sec. 2025-05-26 10:25:19 03145_non_loaded_projection_backup: [ OK ] 31.62 sec. 2025-05-26 10:25:20 03006_async_insert_deadlock_log: [ OK ] 17.64 sec. 2025-05-26 10:25:22 02985_minmax_index_aggregate_function: [ OK ] 4.68 sec. 2025-05-26 10:25:22 02984_topk_empty_merge: [ OK ] 3.55 sec. 2025-05-26 10:25:22 02982_dont_infer_exponent_floats: [ OK ] 3.55 sec. 2025-05-26 10:25:23 02989_join_using_parent_scope: [ OK ] 7.40 sec. 2025-05-26 10:25:25 02982_minmax_nan_null_order: [ OK ] 5.22 sec. 2025-05-26 10:25:26 02981_variant_type_function: [ OK ] 3.84 sec. 2025-05-26 10:25:27 02973_block_number_sparse_serialization_and_mutation: [ OK ] 4.77 sec. 2025-05-26 10:25:27 02971_limit_by_distributed: [ OK ] 4.00 sec. 2025-05-26 10:25:30 02968_mysql_show_warnings: [ OK ] 4.39 sec. 2025-05-26 10:25:31 02965_projection_with_partition_pruning: [ OK ] 3.55 sec. 2025-05-26 10:25:32 02967_mysql_settings_override: [ OK ] 4.57 sec. 2025-05-26 10:25:33 02972_insert_deduplication_token_hierarchical_inserts_views: [ OK ] 11.18 sec. 2025-05-26 10:25:35 02962_analyzer_const_in_count_distinct: [ OK ] 3.46 sec. 2025-05-26 10:25:36 02963_single_value_destructor: [ OK ] 5.98 sec. 2025-05-26 10:25:37 02959_system_database_engines: [ OK ] 3.43 sec. 2025-05-26 10:25:38 03001_backup_matview_after_modify_query: [ OK ] 34.18 sec. 2025-05-26 10:25:38 02958_transform_enum: [ OK ] 3.70 sec. 2025-05-26 10:25:40 02954_analyzer_fuzz_i57086: [ OK ] 3.58 sec. 2025-05-26 10:25:41 02953_slow_create_view: [ OK ] 3.76 sec. 2025-05-26 10:25:42 02952_conjunction_optimization: [ OK ] 4.04 sec. 2025-05-26 10:25:43 02950_reading_array_tuple_subcolumns: [ OK ] 4.77 sec. 2025-05-26 10:25:44 02950_part_offset_as_primary_key: [ OK ] 4.37 sec. 2025-05-26 10:25:45 02949_parallel_replicas_scalar_subquery_big_integer: [ OK ] 3.79 sec. 2025-05-26 10:25:45 02947_merge_tree_index_table_2: [ OK ] 1.48 sec. 2025-05-26 10:25:46 02947_parallel_replicas_remote: [ OK ] 3.99 sec. 2025-05-26 10:25:49 02961_output_format_compress_params: [ OK ] 17.28 sec. 2025-05-26 10:25:57 02932_idna: [ OK ] 7.97 sec. 2025-05-26 10:25:59 02935_parallel_replicas_settings: [ OK ] 14.66 sec. 2025-05-26 10:26:03 02935_http_content_type_with_http_headers_progress: [ OK ] 16.74 sec. 2025-05-26 10:26:03 02923_cte_equality_disjunction: [ OK ] 3.83 sec. 2025-05-26 10:26:06 02923_explain_expired_context: [ OK ] 3.54 sec. 2025-05-26 10:26:08 02932_set_ttl_where: [ OK ] 10.49 sec. 2025-05-26 10:26:10 02922_respect_nulls_extensive: [ OK ] 6.25 sec. 2025-05-26 10:26:11 02922_server_exit_code: [ OK ] 4.81 sec. 2025-05-26 10:26:12 02994_libarchive_compression: [ OK ] 61.04 sec. 2025-05-26 10:26:13 02919_ddsketch_quantile: [ OK ] 4.83 sec. 2025-05-26 10:26:14 02919_segfault_nullable_materialized_update: [ OK ] 3.96 sec. 2025-05-26 10:26:14 02916_set_formatting: [ OK ] 2.70 sec. 2025-05-26 10:26:15 02918_analyzer_to_ast_crash: [ OK ] 3.29 sec. 2025-05-26 10:26:16 02916_csv_infer_numbers_from_strings: [ OK ] 3.44 sec. 2025-05-26 10:26:17 02935_external_table_enum_type: [ OK ] 32.71 sec. 2025-05-26 10:26:18 02915_analyzer_fuzz_5: [ OK ] 3.69 sec. 2025-05-26 10:26:18 02915_sleep_large_uint: [ OK ] 3.64 sec. 2025-05-26 10:26:19 03001_matview_columns_after_modify_query: [ OK ] 75.49 sec. 2025-05-26 10:26:19 02916_date_text_parsing: [ OK ] 5.11 sec. 2025-05-26 10:26:20 02914_t64_buffer_overflow: [ OK ] 4.19 sec. 2025-05-26 10:26:22 02911_analyzer_explain_estimate: [ OK ] 3.58 sec. 2025-05-26 10:26:22 02910_nullable_enum_cast: [ OK ] 3.53 sec. 2025-05-26 10:26:23 02911_arrow_large_list: [ OK ] 5.21 sec. 2025-05-26 10:26:24 02909_settings_in_json_schema_cache: [ OK ] 5.26 sec. 2025-05-26 10:26:28 02902_json_skip_null_values: [ OK ] 3.88 sec. 2025-05-26 10:26:30 02905_structure_to_schema_bad_names: [ OK ] 7.68 sec. 2025-05-26 10:26:31 02969_auto_format_detection: [ OK ] 65.49 sec. 2025-05-26 10:26:32 02902_add_scalar_in_all_case: [ OK ] 3.79 sec. 2025-05-26 10:26:42 02896_leading_zeroes_no_octal: [ OK ] 9.80 sec. 2025-05-26 10:26:45 02907_backup_mv_with_no_inner_table: [ OK ] 24.33 sec. 2025-05-26 10:26:46 02896_multiple_OR: [ OK ] 3.88 sec. 2025-05-26 10:26:48 02896_illegal_sampling: [ OK ] 3.25 sec. 2025-05-26 10:26:52 02895_cast_operator_bug: [ OK ] 3.49 sec. 2025-05-26 10:26:57 02903_rmt_retriable_merge_exception: [ OK ] 30.63 sec. 2025-05-26 10:26:57 02889_print_pretty_type_names: [ OK ] 3.59 sec. 2025-05-26 10:27:01 02889_datetime64_from_string: [ OK ] 3.92 sec. 2025-05-26 10:27:02 02888_attach_partition_from_different_tables: [ OK ] 4.35 sec. 2025-05-26 10:27:05 02887_format_readable_timedelta_subseconds: [ OK ] 3.78 sec. 2025-05-26 10:27:06 02886_missed_json_subcolumns: [ OK ] 4.37 sec. 2025-05-26 10:27:09 02886_binary_like: [ OK ] 4.08 sec. 2025-05-26 10:27:12 02884_string_distance_function: [ OK ] 5.59 sec. 2025-05-26 10:27:12 02941_variant_type_2: [ OK ] 87.56 sec. 2025-05-26 10:27:13 02884_interval_operator_support_plural_literal: [ OK ] 4.02 sec. 2025-05-26 10:27:17 02883_read_in_reverse_order_virtual_column: [ OK ] 5.79 sec. 2025-05-26 10:27:18 02882_clickhouse_keeper_client_no_confirmation: [ OK ] 4.46 sec. 2025-05-26 10:27:26 02875_parallel_replicas_cluster_all_replicas: [ OK ] 8.01 sec. 2025-05-26 10:27:26 02882_replicated_fetch_checksums_doesnt_match: [ OK ] 8.44 sec. 2025-05-26 10:27:28 02901_parallel_replicas_rollup: [ OK ] 57.97 sec. 2025-05-26 10:27:31 02907_preferred_optimize_projection_name: [ OK ] 68.42 sec. 2025-05-26 10:27:32 02874_json_merge_patch_function_test: [ OK ] 4.25 sec. 2025-05-26 10:27:33 02884_async_insert_native_protocol_4: [ OK ] 21.31 sec. 2025-05-26 10:27:36 02870_per_column_settings: [ OK ] 3.88 sec. 2025-05-26 10:27:37 02868_operator_is_not_distinct_from_priority: [ OK ] 3.60 sec. 2025-05-26 10:27:40 02845_join_on_cond_sparse: [ OK ] 3.91 sec. 2025-05-26 10:27:42 02896_dwarf_format: [ OK ] 56.12 sec. 2025-05-26 10:27:43 02875_merge_engine_set_index: [ OK ] 17.11 sec. 2025-05-26 10:27:44 02873_s3_presigned_url_and_url_with_special_characters: [ OK ] 12.63 sec. 2025-05-26 10:27:46 02845_arrayShiftRotate: [ OK ] 5.46 sec. 2025-05-26 10:27:46 02844_distributed_virtual_columns: [ OK ] 3.54 sec. 2025-05-26 10:27:49 02844_table_function_url_filter_by_virtual_columns: [ OK ] 6.97 sec. 2025-05-26 10:27:50 02843_context_has_expired: [ OK ] 4.01 sec. 2025-05-26 10:27:50 02843_date_predicate_optimizations_bugs: [ OK ] 3.53 sec. 2025-05-26 10:27:52 02844_tsv_carriage_return_parallel_parsing: [ OK ] 8.13 sec. 2025-05-26 10:27:55 02842_capn_proto_outfile_without_schema: [ OK ] 5.80 sec. 2025-05-26 10:28:03 02911_backup_restore_keeper_map: [ OK ] 104.44 sec. 2025-05-26 10:28:03 02834_alter_exception: [ OK ] 12.78 sec. 2025-05-26 10:28:03 02833_std_alias: [ OK ] 10.99 sec. 2025-05-26 10:28:03 02835_nested_array_lowcardinality: [ OK ] 13.65 sec. 2025-05-26 10:28:06 02833_url_without_path_encoding: [ OK ] 10.90 sec. 2025-05-26 10:28:06 02899_restore_parts_replicated_merge_tree: [ OK ] 95.37 sec. 2025-05-26 10:28:06 02831_ast_fuzz_asan_join: [ OK ] 3.47 sec. 2025-05-26 10:28:06 02816_check_projection_metadata: [ OK ] 3.52 sec. 2025-05-26 10:28:06 02817_group_array_moving_zero_window_size: [ OK ] 3.54 sec. 2025-05-26 10:28:10 02812_bug_with_unused_join_columns: [ OK ] 3.55 sec. 2025-05-26 10:28:10 02815_range_dict_no_direct_join: [ OK ] 4.48 sec. 2025-05-26 10:28:10 02815_fix_not_found_constants_col_in_block: [ OK ] 4.07 sec. 2025-05-26 10:28:11 02813_func_today_and_alias: [ OK ] 4.01 sec. 2025-05-26 10:28:11 02814_ReplacingMergeTree_fix_select_final_on_single_partition: [ OK ] 4.68 sec. 2025-05-26 10:28:12 02845_threads_count_in_distributed_queries: [ OK ] 35.36 sec. 2025-05-26 10:28:16 02810_initcap: [ OK ] 5.13 sec. 2025-05-26 10:28:16 02811_parallel_replicas_prewhere_count: [ OK ] 5.44 sec. 2025-05-26 10:28:16 02810_row_binary_with_defaults: [ OK ] 4.74 sec. 2025-05-26 10:28:16 02811_primary_key_in_columns: [ OK ] 6.12 sec. 2025-05-26 10:28:18 02809_prewhere_and_in: [ OK ] 6.19 sec. 2025-05-26 10:28:20 02809_has_token: [ OK ] 3.74 sec. 2025-05-26 10:28:20 02807_math_unary_crash: [ OK ] 3.97 sec. 2025-05-26 10:28:21 02803_remote_cannot_clone_block: [ OK ] 4.45 sec. 2025-05-26 10:28:24 02799_transform_empty_arrays: [ OK ] 3.95 sec. 2025-05-26 10:28:24 02797_range_nullable: [ OK ] 4.47 sec. 2025-05-26 10:28:29 02805_distributed_queries_timeouts: [ OK ] 13.09 sec. 2025-05-26 10:28:30 02797_aggregator_huge_mem_usage_bug: [ OK ] 8.79 sec. 2025-05-26 10:28:30 02792_alter_table_modify_comment: [ OK ] 6.00 sec. 2025-05-26 10:28:31 02793_implicit_pretty_format_settings: [ OK ] 7.80 sec. 2025-05-26 10:28:33 02790_keyed_hash_bug: [ OK ] 3.47 sec. 2025-05-26 10:28:34 02789_functions_after_sorting_and_columns_with_same_names_bug: [ OK ] 4.53 sec. 2025-05-26 10:28:35 02811_csv_input_field_type_mismatch: [ OK ] 24.60 sec. 2025-05-26 10:28:38 02772_s3_crash: [ OK ] 3.35 sec. 2025-05-26 10:28:39 02772_jit_date_time_add: [ OK ] 4.08 sec. 2025-05-26 10:28:41 02771_log_faminy_truncate_count: [ OK ] 3.81 sec. 2025-05-26 10:28:46 02874_parquet_multiple_batches_array_inconsistent_offsets: [ OK ] 80.32 sec. 2025-05-26 10:28:51 02763_jit_compare_functions_nan: [ OK ] 4.17 sec. 2025-05-26 10:28:59 02784_disable_async_with_dedup_correctly: [ OK ] 27.67 sec. 2025-05-26 10:29:00 02771_semi_join_use_nulls: [ OK ] 21.25 sec. 2025-05-26 10:29:04 02746_index_analysis_binary_operator_with_null: [ OK ] 3.57 sec. 2025-05-26 10:29:07 02785_text_with_whitespace_tab_field_delimiter: [ OK ] 36.70 sec. 2025-05-26 10:29:08 02734_sparse_columns_short_circuit: [ OK ] 3.86 sec. 2025-05-26 10:29:10 02816_clickhouse_local_table_name_expressions: [ OK ] 66.74 sec. 2025-05-26 10:29:11 02731_formats_s3: [ OK ] 4.04 sec. 2025-05-26 10:29:12 02801_backup_native_copy: [ OK ] 53.32 sec. 2025-05-26 10:29:12 02783_parallel_replicas_trivial_count_optimization: [ OK ] 39.35 sec. 2025-05-26 10:29:13 02730_dictionary_hashed_load_factor_element_count: [ OK ] 5.35 sec. 2025-05-26 10:29:15 02724_function_in_left_table_clause_asof_join: [ OK ] 3.56 sec. 2025-05-26 10:29:15 02725_cnf_large_check: [ OK ] 4.70 sec. 2025-05-26 10:29:16 02719_aggregate_with_empty_string_key: [ OK ] 3.81 sec. 2025-05-26 10:29:17 02721_url_cluster: [ OK ] 5.37 sec. 2025-05-26 10:29:18 02751_multiquery_with_argument: [ OK ] 19.13 sec. 2025-05-26 10:29:18 02713_array_low_cardinality_string: [ OK ] 3.57 sec. 2025-05-26 10:29:19 02760_dictionaries_memory: [ OK ] 27.84 sec. 2025-05-26 10:29:20 02709_generate_random_valid_decimals_and_bools: [ OK ] 3.64 sec. 2025-05-26 10:29:20 02703_jit_external_aggregation: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 10:29:21 02714_read_bytes_aggregateFunction: [ OK ] 7.75 sec. 2025-05-26 10:29:22 02707_skip_index_with_in: [ OK ] 3.85 sec. 2025-05-26 10:29:22 02706_array_map_tuples: [ OK ] 3.81 sec. 2025-05-26 10:29:23 02707_protobuf_unnamed_tuple_as_nested_message: [ OK ] 5.42 sec. 2025-05-26 10:29:23 02703_explain_query_tree_is_forbidden_with_old_analyzer: [ OK ] 3.23 sec. 2025-05-26 10:29:23 02710_protobuf_ipv4_date32: [ OK ] 8.14 sec. 2025-05-26 10:29:24 02705_protobuf_debug_abort: [ OK ] 5.69 sec. 2025-05-26 10:29:26 02699_polygons_sym_difference_total: [ OK ] 3.61 sec. 2025-05-26 10:29:26 02699_polygons_sym_difference_rollup: [ OK ] 4.09 sec. 2025-05-26 10:29:27 02696_ignore_inacc_tables_mat_view_atttach: [ OK ] 3.80 sec. 2025-05-26 10:29:27 02687_native_fuzz: [ OK ] 3.46 sec. 2025-05-26 10:29:27 02695_storage_join_insert_select_deadlock: [ OK ] 4.04 sec. 2025-05-26 10:29:28 02685_bson2: [ OK ] 3.40 sec. 2025-05-26 10:29:29 02682_quantiles_too_large_size: [ OK ] 3.25 sec. 2025-05-26 10:29:30 02680_default_star: [ OK ] 3.12 sec. 2025-05-26 10:29:30 02681_comparsion_tuple_elimination_ast: [ OK ] 3.65 sec. 2025-05-26 10:29:30 02680_lc_null_as_default: [ OK ] 3.64 sec. 2025-05-26 10:29:30 02679_query_parameters_dangling_pointer: [ OK ] 3.37 sec. 2025-05-26 10:29:31 02678_explain_pipeline_graph_with_projection: [ OK ] 3.54 sec. 2025-05-26 10:29:33 02677_decode_url_component: [ OK ] 4.29 sec. 2025-05-26 10:29:34 02676_distinct_reading_in_order_analyzer: [ OK ] 3.60 sec. 2025-05-26 10:29:35 02676_to_decimal_string: [ OK ] 4.76 sec. 2025-05-26 10:29:35 02674_trivial_count_analyzer: [ OK ] 4.93 sec. 2025-05-26 10:29:38 02662_sparse_columns_mutations_5: [ OK ] 3.91 sec. 2025-05-26 10:29:39 02662_sparse_columns_mutations_2: [ OK ] 4.10 sec. 2025-05-26 10:29:39 02662_sparse_columns_mutations_3: [ OK ] 5.59 sec. 2025-05-26 10:29:42 02668_parse_datetime_in_joda_syntax: [ OK ] 10.36 sec. 2025-05-26 10:29:45 02597_column_update_tricy_expression_and_replication: [ OK ] 5.37 sec. 2025-05-26 10:29:47 02703_max_local_write_bandwidth: [ OK ] 26.19 sec. 2025-05-26 10:29:49 02594_msgpack_more_types: [ OK ] 6.79 sec. 2025-05-26 10:29:50 02592_avro_records_with_same_names: [ OK ] 5.32 sec. 2025-05-26 10:29:53 02586_generate_random_structure: [ OK ] 4.47 sec. 2025-05-26 10:29:56 02584_compressor_codecs: [ OK ] 5.92 sec. 2025-05-26 10:29:57 02583_map_literal_cast: [ OK ] 3.74 sec. 2025-05-26 10:29:58 02588_avro_date32_and_decimals: [ OK ] 10.81 sec. 2025-05-26 10:29:59 02579_fill_empty_chunk: [ OK ] 3.48 sec. 2025-05-26 10:30:00 02576_predicate_push_down_sorting_fix: [ OK ] 3.26 sec. 2025-05-26 10:30:03 02575_merge_prewhere_materialized: [ OK ] 4.23 sec. 2025-05-26 10:30:04 02575_map_hashing_msan: [ OK ] 4.26 sec. 2025-05-26 10:30:06 02567_and_consistency: [ OK ] 5.29 sec. 2025-05-26 10:30:08 02564_read_in_order_final_desc: [ OK ] 3.86 sec. 2025-05-26 10:30:08 02675_profile_events_from_query_log_and_client: [ OK ] 38.03 sec. 2025-05-26 10:30:12 02567_native_type_conversions: [ OK ] 9.20 sec. 2025-05-26 10:30:13 02562_regexp_extract: [ OK ] 5.35 sec. 2025-05-26 10:30:17 02560_tuple_format: [ OK ] 4.39 sec. 2025-05-26 10:30:21 02560_quantile_min_max: [ OK ] 3.75 sec. 2025-05-26 10:30:25 02559_multiple_read_steps_in_prewhere_missing_columns_2: [ OK ] 3.77 sec. 2025-05-26 10:30:29 02554_log_faminy_support_storage_policy: [ OK ] 4.12 sec. 2025-05-26 10:30:32 02560_vertical_merge_memory_usage: [ OK ] 20.12 sec. 2025-05-26 10:30:33 02551_ipv4_implicit_uint64: [ OK ] 3.56 sec. 2025-05-26 10:30:36 02541_multiple_ignore_with_nested_select: [ OK ] 3.51 sec. 2025-05-26 10:30:36 02541_analyzer_grouping_sets_crash_fix: [ OK ] 3.33 sec. 2025-05-26 10:30:41 02538_alter_rename_sequence: [ OK ] 4.75 sec. 2025-05-26 10:30:44 02538_nullable_array_tuple_timeseries: [ OK ] 3.30 sec. 2025-05-26 10:30:48 02538_analyzer_create_table_as_select: [ OK ] 3.63 sec. 2025-05-26 10:30:49 02765_queries_with_subqueries_profile_events: [ OK ] 127.52 sec. 2025-05-26 10:30:53 02532_profileevents_server_startup_time: [ OK ] 3.49 sec. 2025-05-26 10:30:56 02531_semi_join_null_const_bug: [ OK ] 3.43 sec. 2025-05-26 10:30:58 02562_native_tskv_default_for_omitted_fields: [ OK ] 52.75 sec. 2025-05-26 10:31:00 02525_analyzer_function_in_crash_fix: [ OK ] 3.66 sec. 2025-05-26 10:31:02 02524_fuzz_and_fuss_2: [ OK ] 3.64 sec. 2025-05-26 10:31:03 02524_fuzz_and_fuss: [ OK ] 3.51 sec. 2025-05-26 10:31:07 02521_analyzer_array_join_crash: [ OK ] 3.87 sec. 2025-05-26 10:31:07 02521_lightweight_delete_and_ttl: [ OK ] 5.37 sec. 2025-05-26 10:31:08 02539_settings_alias: [ OK ] 31.94 sec. 2025-05-26 10:31:09 02535_json_bson_each_row_curl: [ OK ] 20.60 sec. 2025-05-26 10:31:11 02518_merge_engine_nullable_43324: [ OK ] 3.98 sec. 2025-05-26 10:31:12 02518_qualified_asterisks_alias_table_name: [ OK ] 4.32 sec. 2025-05-26 10:31:14 02515_aggregate_functions_statistics: [ OK ] 5.13 sec. 2025-05-26 10:31:15 02515_and_or_if_multiif_not_return_lc: [ OK ] 3.53 sec. 2025-05-26 10:31:15 02514_tsv_zero_started_number: [ OK ] 3.44 sec. 2025-05-26 10:31:17 02514_if_with_lazy_low_cardinality: [ OK ] 3.53 sec. 2025-05-26 10:31:21 02513_analyzer_duplicate_alias_crash_fix: [ OK ] 3.58 sec. 2025-05-26 10:31:22 02513_date_string_comparison: [ OK ] 6.51 sec. 2025-05-26 10:31:23 02516_projections_with_rollup: [ OK ] 15.79 sec. 2025-05-26 10:31:25 02503_join_switch_alias_fuzz: [ OK ] 3.51 sec. 2025-05-26 10:31:27 02513_parquet_orc_arrow_nullable_schema_inference: [ OK ] 12.26 sec. 2025-05-26 10:31:28 02499_analyzer_set_index: [ OK ] 3.81 sec. 2025-05-26 10:31:35 02661_read_from_archive_zip: [ OK ] 119.19 sec. 2025-05-26 10:31:35 02661_read_from_archive_tzst: [ OK ] 116.11 sec. 2025-05-26 10:31:37 02661_read_from_archive_tar: [ OK ] 119.53 sec. 2025-05-26 10:31:37 02496_format_datetime_in_joda_syntax: [ OK ] 8.93 sec. 2025-05-26 10:31:39 02494_parser_string_binary_literal: [ OK ] 4.04 sec. 2025-05-26 10:31:41 02494_combinators_with_null_argument: [ OK ] 3.57 sec. 2025-05-26 10:31:42 02493_analyzer_table_functions_untuple: [ OK ] 4.15 sec. 2025-05-26 10:31:43 02493_do_not_assume_that_the_original_query_was_valid_when_transforming_joins: [ OK ] 3.38 sec. 2025-05-26 10:31:45 02494_zero_copy_and_projection_and_mutation_work_together: [ OK ] 10.51 sec. 2025-05-26 10:31:48 02493_numeric_literals_with_underscores: [ OK ] 7.01 sec. 2025-05-26 10:31:48 02497_remote_disk_fat_column: [ OK ] 20.71 sec. 2025-05-26 10:31:50 02489_analyzer_indexes: [ OK ] 5.18 sec. 2025-05-26 10:31:51 02491_part_log_has_table_uuid: [ OK ] 8.97 sec. 2025-05-26 10:31:51 02481_fix_parameters_parsing: [ OK ] 3.16 sec. 2025-05-26 10:31:52 02500_numbers_inference: [ OK ] 29.72 sec. 2025-05-26 10:31:53 02481_i43247_ubsan_in_minmaxany: [ OK ] 4.63 sec. 2025-05-26 10:31:53 02490_replacing_merge_tree_is_deleted_column: [ OK ] 9.35 sec. 2025-05-26 10:31:55 02481_low_cardinality_with_short_circuit_functins: [ OK ] 4.00 sec. 2025-05-26 10:31:55 02480_tlp_nan: [ OK ] 3.66 sec. 2025-05-26 10:31:55 02479_analyzer_aggregation_totals_rollup_crash_fix: [ OK ] 3.57 sec. 2025-05-26 10:31:56 02481_analyzer_optimize_aggregation_arithmetics: [ OK ] 5.46 sec. 2025-05-26 10:31:56 02478_factorial: [ OK ] 3.80 sec. 2025-05-26 10:31:58 02478_projection_with_group_by_alter: [ OK ] 4.97 sec. 2025-05-26 10:31:58 02477_analyzer_ast_key_condition_crash: [ OK ] 3.62 sec. 2025-05-26 10:31:59 02476_query_parameters_insert: [ OK ] 3.64 sec. 2025-05-26 10:31:59 02475_positive_modulo: [ OK ] 3.53 sec. 2025-05-26 10:32:00 02474_create_user_query_fuzzer_bug: [ OK ] 3.16 sec. 2025-05-26 10:32:01 02474_analyzer_subqueries_table_expression_modifiers: [ OK ] 3.43 sec. 2025-05-26 10:32:01 02477_analyzer_array_join_with_join: [ OK ] 6.00 sec. 2025-05-26 10:32:02 02472_segfault_expression_parser: [ OK ] 3.12 sec. 2025-05-26 10:32:03 02469_fix_aliases_parser: [ OK ] 3.52 sec. 2025-05-26 10:32:03 02468_has_any_tuple: [ OK ] 3.55 sec. 2025-05-26 10:32:05 02461_join_lc_issue_42380: [ OK ] 3.66 sec. 2025-05-26 10:32:07 02459_read_in_order_bufer: [ OK ] 3.73 sec. 2025-05-26 10:32:08 02460_projections_and_aggregate_null_if_empty: [ OK ] 5.55 sec. 2025-05-26 10:32:09 02461_alter_update_respect_part_column_type_bug: [ OK ] 7.62 sec. 2025-05-26 10:32:14 02457_morton_coding: [ OK ] 6.77 sec. 2025-05-26 10:32:16 02458_insert_select_progress_tcp: [ OK ] 12.67 sec. 2025-05-26 10:32:16 02457_morton_coding_with_mask: [ OK ] 7.45 sec. 2025-05-26 10:32:16 02450_kill_distributed_query_deadlock: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 10:32:17 02455_extract_fixed_string_from_nested_json: [ OK ] 3.54 sec. 2025-05-26 10:32:20 02473_functions_in_readonly_mode: [ OK ] 21.45 sec. 2025-05-26 10:32:21 02454_disable_mergetree_with_lightweight_delete_column: [ OK ] 4.63 sec. 2025-05-26 10:32:23 02457_bz2_concatenated: [ OK ] 14.90 sec. 2025-05-26 10:32:24 02431_single_value_or_null_empty: [ OK ] 3.65 sec. 2025-05-26 10:32:24 02430_initialize_aggregation_with_combinators: [ OK ] 3.48 sec. 2025-05-26 10:32:25 02457_csv_parse_date_out_of_range: [ OK ] 20.19 sec. 2025-05-26 10:32:26 02430_bitmap_transform_exception_code: [ OK ] 3.22 sec. 2025-05-26 10:32:28 02429_combinators_in_array_reduce: [ OK ] 3.41 sec. 2025-05-26 10:32:28 02429_low_cardinality_trash: [ OK ] 4.25 sec. 2025-05-26 10:32:29 02429_offset_pipeline_stuck_bug: [ OK ] 3.56 sec. 2025-05-26 10:32:30 02439_merge_selecting_partitions: [ OK ] 12.41 sec. 2025-05-26 10:32:31 02426_low_cardinality_fixed_string_insert_field: [ OK ] 5.49 sec. 2025-05-26 10:32:32 02417_from_select_syntax: [ OK ] 3.49 sec. 2025-05-26 10:32:33 02416_json_tuple_to_array_schema_inference: [ OK ] 3.45 sec. 2025-05-26 10:32:33 02420_final_setting_analyzer: [ OK ] 5.29 sec. 2025-05-26 10:32:35 02416_row_policy_always_false_index: [ OK ] 3.60 sec. 2025-05-26 10:32:36 02416_grouping_function_compatibility: [ OK ] 3.92 sec. 2025-05-26 10:32:37 02410_csv_empty_fields_inference: [ OK ] 3.40 sec. 2025-05-26 10:32:37 02411_legacy_geobase: [ OK ] 3.87 sec. 2025-05-26 10:32:39 02405_pmj_issue_40335: [ OK ] 3.70 sec. 2025-05-26 10:32:40 02388_analyzer_recursive_lambda: [ OK ] 3.38 sec. 2025-05-26 10:32:43 02385_analyzer_aliases_compound_expression: [ OK ] 3.85 sec. 2025-05-26 10:32:44 02384_decrypt_bad_arguments: [ OK ] 3.25 sec. 2025-05-26 10:32:44 02400_memory_accounting_on_error: [ OK ] 7.43 sec. 2025-05-26 10:32:47 02377_executable_function_settings: [ OK ] 3.64 sec. 2025-05-26 10:32:48 02377_analyzer_in_function_set: [ OK ] 3.84 sec. 2025-05-26 10:32:50 02401_merge_tree_old_tmp_dirs_cleanup: [ OK ] 13.44 sec. 2025-05-26 10:32:51 02374_combine_multi_if_and_count_if_opt: [ OK ] 3.68 sec. 2025-05-26 10:32:55 02371_create_temporary_table_as_with_columns_list: [ OK ] 3.48 sec. 2025-05-26 10:32:56 02371_analyzer_join_cross: [ OK ] 5.68 sec. 2025-05-26 10:32:56 02368_cancel_write_into_hdfs: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 10:32:57 02561_null_as_default_more_formats: [ OK ] 168.30 sec. 2025-05-26 10:32:58 02421_type_json_async_insert: [ OK ] 30.86 sec. 2025-05-26 10:33:00 02367_join_pushdown_column_not_found: [ OK ] 3.99 sec. 2025-05-26 10:33:00 02366_window_function_order_by: [ OK ] 3.41 sec. 2025-05-26 10:33:03 02366_kql_create_table: [ OK ] 4.07 sec. 2025-05-26 10:33:04 02366_explain_query_tree: [ OK ] 3.90 sec. 2025-05-26 10:33:04 02366_kql_mvexpand: [ OK ] 4.28 sec. 2025-05-26 10:33:06 02366_kql_func_math: [ OK ] 3.90 sec. 2025-05-26 10:33:07 02373_datetime64_monotonicity: [ OK ] 18.34 sec. 2025-05-26 10:33:08 02364_window_case: [ OK ] 3.46 sec. 2025-05-26 10:33:11 02360_small_notation_h_for_hour_interval: [ OK ] 3.51 sec. 2025-05-26 10:33:24 02357_query_cancellation_race: [ OK ] 12.39 sec. 2025-05-26 10:33:24 02361_fsync_profile_events: [ OK ] 17.65 sec. 2025-05-26 10:33:25 02383_join_and_filtering_set: [ OK ] 42.57 sec. 2025-05-26 10:33:27 02365_multisearch_random_tests: [ OK ] 23.53 sec. 2025-05-26 10:33:27 02364_multiSearch_function_family: [ OK ] 20.93 sec. 2025-05-26 10:33:28 02355_control_block_size_in_aggregator: [ OK ] 3.49 sec. 2025-05-26 10:33:29 02355_control_block_size_in_array_join: [ OK ] 3.98 sec. 2025-05-26 10:33:32 02356_insert_query_log_metrics: [ OK ] 8.24 sec. 2025-05-26 10:33:33 02352_grouby_shadows_arg: [ OK ] 5.58 sec. 2025-05-26 10:33:34 02353_simdjson_buffer_overflow: [ OK ] 6.81 sec. 2025-05-26 10:33:35 02346_to_hour_monotonicity_fix: [ OK ] 5.51 sec. 2025-05-26 10:33:37 02352_interactive_queries_from_file: [ OK ] 9.38 sec. 2025-05-26 10:33:37 02346_inverted_index_match_predicate: [ OK ] 4.78 sec. 2025-05-26 10:33:37 02346_inverted_index_experimental_flag: [ OK ] 3.39 sec. 2025-05-26 10:33:40 02345_analyzer_subqueries: [ OK ] 4.63 sec. 2025-05-26 10:33:40 02500_remove_redundant_distinct: [ OK ] 136.46 sec. 2025-05-26 10:33:41 02345_create_table_allow_trailing_comma: [ OK ] 3.63 sec. 2025-05-26 10:33:42 02343_group_by_use_nulls: [ OK ] 4.44 sec. 2025-05-26 10:33:45 02342_window_view_different_struct: [ OK ] 4.85 sec. 2025-05-26 10:33:46 02342_analyzer_compound_types: [ OK ] 6.01 sec. 2025-05-26 10:33:47 02337_join_analyze_stuck: [ OK ] 5.90 sec. 2025-05-26 10:33:50 02318_template_schema_inference_bug: [ OK ] 3.62 sec. 2025-05-26 10:33:50 02316_const_string_intersact: [ OK ] 3.45 sec. 2025-05-26 10:33:52 02344_describe_cache: [ OK ] 14.09 sec. 2025-05-26 10:33:53 02332_dist_insert_send_logs_level: [ OK ] 10.71 sec. 2025-05-26 10:33:53 02319_lightweight_delete_on_merge_tree_compact_parts: [ OK ] 8.35 sec. 2025-05-26 10:33:54 02313_dump_column_structure_low_cardinality: [ OK ] 3.45 sec. 2025-05-26 10:33:55 02313_test_fpc_codec: [ OK ] 5.50 sec. 2025-05-26 10:33:56 02304_grouping_set_order_by: [ OK ] 3.55 sec. 2025-05-26 10:33:57 02294_nothing_arguments_in_functions: [ OK ] 4.17 sec. 2025-05-26 10:33:57 02294_decimal_second_errors: [ OK ] 3.54 sec. 2025-05-26 10:33:59 02294_optimize_aggregation_in_order_prefix_Array_functions: [ OK ] 3.87 sec. 2025-05-26 10:34:00 02310_clickhouse_client_INSERT_progress_profile_events: [ OK ] 8.41 sec. 2025-05-26 10:34:02 02293_h3_line: [ OK ] 4.45 sec. 2025-05-26 10:34:03 02293_http_header_full_summary_without_progress: [ OK ] 5.22 sec. 2025-05-26 10:34:03 02293_ttest_large_samples: [ OK ] 7.04 sec. 2025-05-26 10:34:06 02287_type_object_convert: [ OK ] 4.53 sec. 2025-05-26 10:34:06 02286_function_wyhash: [ OK ] 3.68 sec. 2025-05-26 10:34:08 02285_executable_user_defined_function_group_by: [ OK ] 4.59 sec. 2025-05-26 10:34:09 02290_client_insert_cancel: [ OK ] 8.99 sec. 2025-05-26 10:34:11 02283_array_norm: [ OK ] 4.97 sec. 2025-05-26 10:34:13 02269_insert_select_with_format_without_schema_inference: [ OK ] 3.51 sec. 2025-05-26 10:34:15 02268_json_wrong_root_type_in_schema_inference: [ OK ] 3.75 sec. 2025-05-26 10:34:16 02264_format_insert_infile: [ OK ] 3.45 sec. 2025-05-26 10:34:17 02346_read_in_order_fixed_prefix: [ OK ] 43.61 sec. 2025-05-26 10:34:18 02252_reset_non_existing_setting: [ OK ] 3.31 sec. 2025-05-26 10:34:19 02270_errors_in_files_s3: [ OK ] 10.88 sec. 2025-05-26 10:34:20 02251_last_day_of_month: [ OK ] 3.55 sec. 2025-05-26 10:34:20 02247_fix_extract_parser: [ OK ] 3.31 sec. 2025-05-26 10:34:22 02246_flatten_tuple: [ OK ] 3.75 sec. 2025-05-26 10:34:23 02245_format_string_stack_overflow: [ OK ] 3.44 sec. 2025-05-26 10:34:24 02245_s3_virtual_columns: [ OK ] 4.28 sec. 2025-05-26 10:34:25 02244_make_datetime: [ OK ] 4.47 sec. 2025-05-26 10:34:26 02242_if_then_else_null_bug: [ OK ] 3.65 sec. 2025-05-26 10:34:28 02243_make_date32: [ OK ] 5.91 sec. 2025-05-26 10:34:29 02241_array_first_last_or_null: [ OK ] 4.13 sec. 2025-05-26 10:34:30 02242_make_date: [ OK ] 5.44 sec. 2025-05-26 10:34:30 02241_short_circuit_short_column: [ OK ] 3.52 sec. 2025-05-26 10:34:31 02369_lost_part_intersecting_merges: [ OK ] 96.76 sec. 2025-05-26 10:34:32 02236_json_each_row_empty_map_schema_inference: [ OK ] 3.45 sec. 2025-05-26 10:34:33 02233_optimize_aggregation_in_order_prefix_with_merge: [ OK ] 3.78 sec. 2025-05-26 10:34:33 02227_union_match_by_name: [ OK ] 3.53 sec. 2025-05-26 10:34:34 02233_optimize_aggregation_in_order_prefix: [ OK ] 3.97 sec. 2025-05-26 10:34:36 02226_analyzer_or_like_combine: [ OK ] 4.39 sec. 2025-05-26 10:34:37 02212_h3_get_res0_indexes: [ OK ] 3.55 sec. 2025-05-26 10:34:37 02224_parallel_distributed_insert_select_cluster: [ OK ] 4.52 sec. 2025-05-26 10:34:38 02293_selected_rows_and_merges: [ OK ] 38.32 sec. 2025-05-26 10:34:39 02207_ttl_move_if_exists: [ OK ] 2.65 sec. 2025-05-26 10:34:42 02202_use_skip_indexes_if_final: [ OK ] 4.26 sec. 2025-05-26 10:34:43 02203_shebang: [ OK ] 5.34 sec. 2025-05-26 10:34:43 02226_parallel_reading_from_replicas_benchmark: [ OK ] 11.50 sec. 2025-05-26 10:34:45 02207_s3_content_type: [ OK ] 8.14 sec. 2025-05-26 10:34:47 02190_format_regexp_cr_in_the_middle: [ OK ] 5.18 sec. 2025-05-26 10:34:49 02180_insert_into_values_settings: [ OK ] 3.56 sec. 2025-05-26 10:34:50 02183_dictionary_date_types: [ OK ] 6.49 sec. 2025-05-26 10:34:51 02179_degrees_radians: [ OK ] 4.27 sec. 2025-05-26 10:34:53 02161_array_first_last: [ OK ] 4.03 sec. 2025-05-26 10:34:55 02155_create_table_w_timezone: [ OK ] 3.43 sec. 2025-05-26 10:34:56 02273_full_sort_join: [ OK ] 49.39 sec. 2025-05-26 10:34:57 02157_readonly_system_suspend: [ OK ] 7.20 sec. 2025-05-26 10:34:57 02187_async_inserts_all_formats: [ OK ] 14.33 sec. 2025-05-26 10:35:00 02155_binary_op_between_float_and_decimal: [ OK ] 6.52 sec. 2025-05-26 10:35:00 02155_read_in_order_max_rows_to_read: [ OK ] 4.09 sec. 2025-05-26 10:35:01 02152_dictionary_date32_type: [ OK ] 3.83 sec. 2025-05-26 10:35:01 02152_count_distinct_optimization: [ OK ] 4.03 sec. 2025-05-26 10:35:04 02151_replace_regexp_all_empty_match_alternative: [ OK ] 4.05 sec. 2025-05-26 10:35:05 02151_invalid_setting_with_hints_in_query: [ OK ] 5.86 sec. 2025-05-26 10:35:08 02221_parallel_replicas_bug: [ OK ] 16.97 sec. 2025-05-26 10:35:09 02133_distributed_queries_formatting: [ OK ] 3.60 sec. 2025-05-26 10:35:10 02136_scalar_subquery_metrics: [ OK ] 8.45 sec. 2025-05-26 10:35:12 02193_async_insert_tcp_client_2: [ OK ] 33.38 sec. 2025-05-26 10:35:12 02447_drop_database_replica: [ OK ] 175.95 sec. 2025-05-26 10:35:13 02131_materialize_column_cast: [ OK ] 4.24 sec. 2025-05-26 10:35:16 02131_skip_index_not_materialized: [ OK ] 3.75 sec. 2025-05-26 10:35:16 02132_client_history_navigation: [ OK ] 7.60 sec. 2025-05-26 10:35:17 02129_window_functions_disable_optimizations: [ OK ] 3.88 sec. 2025-05-26 10:35:17 02129_add_column_add_ttl: [ OK ] 5.06 sec. 2025-05-26 10:35:18 02131_used_row_policies_in_query_log: [ OK ] 7.86 sec. 2025-05-26 10:35:19 02128_apply_lambda_parsing: [ OK ] 3.30 sec. 2025-05-26 10:35:20 02128_wait_end_of_query_fix: [ OK ] 4.20 sec. 2025-05-26 10:35:21 02125_transform_decimal_bug: [ OK ] 3.67 sec. 2025-05-26 10:35:21 02124_empty_uuid: [ OK ] 3.51 sec. 2025-05-26 10:35:24 02124_insert_deduplication_token_replica: [ OK ] 4.62 sec. 2025-05-26 10:35:24 02122_join_group_by_timeout: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 10:35:24 02124_insert_deduplication_token: [ OK ] 4.20 sec. 2025-05-26 10:35:25 02155_csv_with_strings_with_slash: [ OK ] 30.16 sec. 2025-05-26 10:35:25 02125_query_views_log_window_function: [ OK ] 7.72 sec. 2025-05-26 10:35:29 02134_async_inserts_formats: [ OK ] 25.23 sec. 2025-05-26 10:35:34 02121_pager: [ OK ] 8.58 sec. 2025-05-26 10:35:37 02112_delayed_clickhouse_client_with_queries_file: [ OK ] 7.68 sec. 2025-05-26 10:35:40 02122_parallel_formatting_JSONCompactEachRowWithNamesAndTypes: [ OK ] 18.94 sec. 2025-05-26 10:35:41 02100_replaceRegexpAll_bug: [ OK ] 3.75 sec. 2025-05-26 10:35:42 02122_parallel_formatting_XML: [ OK ] 20.77 sec. 2025-05-26 10:35:44 02122_parallel_formatting_RowBinaryWithNames: [ OK ] 19.73 sec. 2025-05-26 10:35:44 02097_initializeAggregationNullable: [ OK ] 3.52 sec. 2025-05-26 10:35:45 02122_parallel_formatting_CustomSeparated: [ OK ] 20.43 sec. 2025-05-26 10:35:47 02122_parallel_formatting_RowBinary: [ OK ] 21.56 sec. 2025-05-26 10:35:48 02048_alter_command_format: [ OK ] 4.13 sec. 2025-05-26 10:35:48 02032_short_circuit_least_greatest_bug: [ OK ] 3.47 sec. 2025-05-26 10:35:49 02043_query_obfuscator_embedded_dictionaries: [ OK ] 4.14 sec. 2025-05-26 10:35:52 02030_tuple_filter: [ OK ] 4.95 sec. 2025-05-26 10:35:52 02026_arrayDifference_const: [ OK ] 3.43 sec. 2025-05-26 10:35:52 02025_dictionary_array_nested_map: [ OK ] 3.43 sec. 2025-05-26 10:35:52 02027_ngrams: [ OK ] 4.49 sec. 2025-05-26 10:35:56 02096_bad_options_in_client_and_local: [ OK ] 13.60 sec. 2025-05-26 10:35:59 02021_exponential_sum_shard: [ OK ] 6.13 sec. 2025-05-26 10:36:00 02021_map_has: [ OK ] 4.60 sec. 2025-05-26 10:36:04 02021_exponential_sum: [ OK ] 5.53 sec. 2025-05-26 10:36:04 02017_columns_with_dot_2: [ OK ] 4.07 sec. 2025-05-26 10:36:08 02016_order_by_with_fill_monotonic_functions_removal: [ OK ] 3.54 sec. 2025-05-26 10:36:15 02015_async_inserts_2: [ OK ] 7.65 sec. 2025-05-26 10:36:21 02015_async_inserts_7: [ OK ] 16.97 sec. 2025-05-26 10:36:28 02022_storage_filelog_one_file: [ OK ] 36.03 sec. 2025-05-26 10:36:30 02024_storage_filelog_mv: [ OK ] 38.30 sec. 2025-05-26 10:36:32 02024_compression_in_query: [ OK ] 39.64 sec. 2025-05-26 10:36:32 02012_low_cardinality_uuid_with_extremes: [ OK ] 3.67 sec. 2025-05-26 10:36:34 02008_aliased_column_distributed_bug: [ OK ] 3.84 sec. 2025-05-26 10:36:35 02006_client_test_hint_error_name: [ OK ] 3.32 sec. 2025-05-26 10:36:36 02007_join_use_nulls: [ OK ] 3.99 sec. 2025-05-26 10:36:38 02006_todatetime64_from_string: [ OK ] 3.63 sec. 2025-05-26 10:36:39 02013_zlib_read_after_eof: [ OK ] 17.79 sec. 2025-05-26 10:36:41 02003_bug_from_23515: [ OK ] 3.61 sec. 2025-05-26 10:36:42 02004_intersect_except_operators: [ OK ] 6.40 sec. 2025-05-26 10:36:42 02004_intersect_except_distinct_operators: [ OK ] 6.74 sec. 2025-05-26 10:36:43 02003_WithMergeableStateAfterAggregationAndLimit_LIMIT_BY_LIMIT_OFFSET: [ OK ] 4.08 sec. 2025-05-26 10:36:45 02002_global_subqueries_subquery_or_table_name: [ OK ] 3.24 sec. 2025-05-26 10:36:45 02001_shard_num_shard_count: [ OK ] 3.64 sec. 2025-05-26 10:36:48 02000_default_from_default_empty_column: [ OK ] 3.58 sec. 2025-05-26 10:36:49 02001_join_on_const_bs_long: [ OK ] 6.44 sec. 2025-05-26 10:36:49 01960_lambda_precedence: [ OK ] 3.60 sec. 2025-05-26 10:36:51 02000_join_on_const: [ OK ] 7.93 sec. 2025-05-26 10:36:52 01958_partial_hour_timezone: [ OK ] 3.83 sec. 2025-05-26 10:36:52 01957_heredoc_more: [ OK ] 3.44 sec. 2025-05-26 10:36:56 01952_optimize_distributed_group_by_sharding_key: [ OK ] 4.62 sec. 2025-05-26 10:37:01 01942_snowflakeToDateTime: [ OK ] 4.89 sec. 2025-05-26 10:37:04 01942_create_table_with_sample: [ OK ] 3.50 sec. 2025-05-26 10:37:07 02100_low_cardinality_nullable_null_default: [ OK ] 87.12 sec. 2025-05-26 10:37:09 01941_dict_get_has_complex_single_key: [ OK ] 4.10 sec. 2025-05-26 10:37:11 01940_custom_tld_sharding_key: [ OK ] 3.72 sec. 2025-05-26 10:37:13 01946_tskv: [ OK ] 20.22 sec. 2025-05-26 10:37:13 01936_empty_function_support_uuid: [ OK ] 4.23 sec. 2025-05-26 10:37:13 02015_async_inserts_4: [ OK ] 57.51 sec. 2025-05-26 10:37:15 01934_constexpr_aggregate_function_parameters: [ OK ] 4.04 sec. 2025-05-26 10:37:16 01946_profile_sleep: [ OK ] 24.23 sec. 2025-05-26 10:37:17 01932_alter_index_with_order: [ OK ] 4.01 sec. 2025-05-26 10:37:17 01932_remote_sharding_key_column: [ OK ] 4.34 sec. 2025-05-26 10:37:20 01926_bin_unbin: [ OK ] 4.75 sec. 2025-05-26 10:37:21 01925_merge_prewhere_table: [ OK ] 4.25 sec. 2025-05-26 10:37:21 01914_ubsan_quantile_timing: [ OK ] 3.66 sec. 2025-05-26 10:37:23 01927_query_views_log_current_database: [ OK ] 10.21 sec. 2025-05-26 10:37:24 01914_index_bgranvea: [ OK ] 3.87 sec. 2025-05-26 10:37:26 01906_h3_to_geo: [ OK ] 4.53 sec. 2025-05-26 10:37:29 01926_order_by_desc_limit: [ OK ] 11.88 sec. 2025-05-26 10:37:30 01910_client_replxx_container_overflow_long: [ OK ] 9.06 sec. 2025-05-26 10:37:31 01892_setting_limit_offset_distributed: [ OK ] 4.80 sec. 2025-05-26 10:37:34 01881_union_header_mismatch_bug: [ OK ] 3.71 sec. 2025-05-26 10:37:37 01897_jit_aggregation_function_avg_weighted_long: [ OK ] 13.86 sec. 2025-05-26 10:37:38 01881_negate_formatting: [ OK ] 3.95 sec. 2025-05-26 10:37:39 01889_clickhouse_client_config_format: [ OK ] 10.45 sec. 2025-05-26 10:37:41 01883_grouping_sets_crash: [ OK ] 11.05 sec. 2025-05-26 10:37:42 01880_remote_ipv6: [ OK ] 4.31 sec. 2025-05-26 10:37:43 01954_clickhouse_benchmark_multiple_long: [ OK ] 54.10 sec. 2025-05-26 10:37:43 01867_support_datetime64_version_column: [ OK ] 4.29 sec. 2025-05-26 10:37:46 01870_modulo_partition_key: [ OK ] 7.30 sec. 2025-05-26 10:37:46 01851_array_difference_decimal_overflow_ubsan: [ OK ] 3.20 sec. 2025-05-26 10:37:47 01851_clear_column_referenced_by_mv: [ OK ] 3.69 sec. 2025-05-26 10:37:47 01852_map_combinator: [ OK ] 5.81 sec. 2025-05-26 10:37:47 02149_schema_inference_formats_with_schema_2: [ OK ] 166.75 sec. 2025-05-26 10:37:48 01866_view_persist_settings: [ OK ] 6.24 sec. 2025-05-26 10:37:49 01840_tupleElement_formatting_fuzzer: [ OK ] 3.53 sec. 2025-05-26 10:37:50 01839_join_to_subqueries_rewriter_columns_matcher: [ OK ] 3.43 sec. 2025-05-26 10:37:50 02100_multiple_hosts_command_line_set: [ OK ] 136.12 sec. 2025-05-26 10:37:50 01825_type_json_add_column: [ SKIPPED ] 0.00 sec. - disabled 2025-05-26 10:37:51 01825_type_json_18: [ OK ] 3.59 sec. 2025-05-26 10:37:51 01825_type_json_14: [ OK ] 3.65 sec. 2025-05-26 10:37:53 01823_array_low_cardinality_KuliginStepan: [ OK ] 3.52 sec. 2025-05-26 10:37:54 01825_replacing_vertical_merge: [ OK ] 4.32 sec. 2025-05-26 10:37:54 01825_type_json_distributed: [ OK ] 4.13 sec. 2025-05-26 10:37:56 01896_jit_aggregation_function_if_long: [ OK ] 31.82 sec. 2025-05-26 10:37:58 01801_s3_cluster_count: [ OK ] 4.07 sec. 2025-05-26 10:37:59 01798_having_push_down: [ OK ] 4.75 sec. 2025-05-26 10:38:00 01790_dist_INSERT_block_structure_mismatch_types_and_names: [ OK ] 4.10 sec. 2025-05-26 10:38:00 01825_type_json_from_map: [ OK ] 12.77 sec. 2025-05-26 10:38:01 01815_with_mergeable_state_after_aggregation_and_limit: [ OK ] 7.35 sec. 2025-05-26 10:38:02 01787_map_remote: [ OK ] 3.88 sec. 2025-05-26 10:38:03 01783_http_chunk_size: [ OK ] 4.21 sec. 2025-05-26 10:38:04 01781_token_extractor_buffer_overflow: [ OK ] 3.91 sec. 2025-05-26 10:38:05 01770_extended_range_3: [ OK ] 3.76 sec. 2025-05-26 10:38:06 01768_array_product: [ OK ] 4.19 sec. 2025-05-26 10:38:07 01765_tehran_dst: [ OK ] 3.63 sec. 2025-05-26 10:38:08 01781_merge_tree_deduplication: [ OK ] 7.51 sec. 2025-05-26 10:38:10 01760_modulo_negative: [ OK ] 3.26 sec. 2025-05-26 10:38:12 01818_input_format_with_names_use_header: [ OK ] 20.56 sec. 2025-05-26 10:38:12 01757_optimize_skip_unused_shards_limit: [ OK ] 4.39 sec. 2025-05-26 10:38:13 01762_deltasumtimestamp_datetime64: [ OK ] 7.38 sec. 2025-05-26 10:38:15 01823_explain_json: [ OK ] 24.49 sec. 2025-05-26 10:38:16 01754_clickhouse_format_backslash: [ OK ] 4.15 sec. 2025-05-26 10:38:17 01753_mutate_table_predicated_with_table: [ OK ] 3.84 sec. 2025-05-26 10:38:17 01755_client_highlight_multi_line_comment_regression: [ OK ] 7.46 sec. 2025-05-26 10:38:18 01763_max_distributed_depth: [ OK ] 13.72 sec. 2025-05-26 10:38:20 01748_partition_id_pruning: [ OK ] 4.21 sec. 2025-05-26 10:38:21 01735_to_datetime64: [ OK ] 3.46 sec. 2025-05-26 10:38:21 01746_extract_text_from_html: [ OK ] 4.88 sec. 2025-05-26 10:38:21 01763_long_ttl_group_by: [ OK ] 17.35 sec. 2025-05-26 10:38:22 01737_move_order_key_to_prewhere_select_final: [ OK ] 4.90 sec. 2025-05-26 10:38:23 01734_datetime64_from_float: [ OK ] 4.24 sec. 2025-05-26 10:38:23 01733_transform_ubsan: [ OK ] 3.58 sec. 2025-05-26 10:38:25 01732_explain_syntax_union_query: [ OK ] 4.01 sec. 2025-05-26 10:38:25 01732_more_consistent_datetime64_parsing: [ OK ] 4.21 sec. 2025-05-26 10:38:27 01731_async_task_queue_wait: [ OK ] 5.16 sec. 2025-05-26 10:38:29 01721_constraints_constant_expressions: [ OK ] 5.74 sec. 2025-05-26 10:38:29 01825_type_json_in_other_types: [ OK ] 41.48 sec. 2025-05-26 10:38:30 01730_distributed_group_by_no_merge_order_by_long: [ OK ] 7.85 sec. 2025-05-26 10:38:30 01720_engine_file_empty_if_not_exists: [ OK ] 5.17 sec. 2025-05-26 10:38:31 01753_system_zookeeper_query_param_path_long: [ OK ] 18.55 sec. 2025-05-26 10:38:31 01714_alter_drop_version: [ OK ] 5.59 sec. 2025-05-26 10:38:31 01711_cte_subquery_fix: [ OK ] 4.43 sec. 2025-05-26 10:38:33 01710_minmax_count_projection_constant_query: [ OK ] 3.64 sec. 2025-05-26 10:38:33 01710_projection_part_check: [ OK ] 4.43 sec. 2025-05-26 10:38:34 01710_projection_with_column_transformers: [ OK ] 2.70 sec. 2025-05-26 10:38:34 01710_aggregate_projection_with_monotonic_key_expr: [ OK ] 3.90 sec. 2025-05-26 10:38:34 01710_normal_projection_join_plan_fix: [ OK ] 3.94 sec. 2025-05-26 10:38:35 01710_projections_order_by_incomplete: [ OK ] 3.77 sec. 2025-05-26 10:38:36 01710_minmax_count_projection_distributed_query: [ OK ] 3.71 sec. 2025-05-26 10:38:37 01710_projection_with_alter_conversions: [ OK ] 3.78 sec. 2025-05-26 10:38:38 01702_system_numbers_scientific_notation: [ OK ] 3.78 sec. 2025-05-26 10:38:39 01710_normal_projection_with_query_plan_optimization: [ OK ] 4.48 sec. 2025-05-26 10:38:41 01698_map_populate_overflow: [ OK ] 3.73 sec. 2025-05-26 10:38:41 01710_minmax_count_projection: [ OK ] 9.46 sec. 2025-05-26 10:38:42 01700_deltasum: [ OK ] 5.09 sec. 2025-05-26 10:38:42 01685_json_extract_double_as_float: [ OK ] 3.70 sec. 2025-05-26 10:38:42 01684_geohash_ubsan: [ OK ] 3.71 sec. 2025-05-26 10:38:44 01682_gather_utils_ubsan: [ OK ] 3.31 sec. 2025-05-26 10:38:45 01683_codec_encrypted: [ OK ] 3.88 sec. 2025-05-26 10:38:45 01678_great_circle_angle: [ OK ] 3.68 sec. 2025-05-26 10:38:46 01680_date_time_add_ubsan: [ OK ] 4.05 sec. 2025-05-26 10:38:48 01673_test_toMinute_mysql_dialect: [ OK ] 3.43 sec. 2025-05-26 10:38:48 01674_filter_by_uint8: [ OK ] 4.02 sec. 2025-05-26 10:38:49 01672_test_toSecond_mysql_dialect: [ OK ] 3.26 sec. 2025-05-26 10:38:49 01701_parallel_parsing_infinite_segmentation: [ OK ] 14.38 sec. 2025-05-26 10:38:50 01720_join_implicit_cast: [ OK ] 26.76 sec. 2025-05-26 10:38:52 01670_sign_function: [ OK ] 3.62 sec. 2025-05-26 10:38:52 01667_aes_args_check: [ OK ] 3.25 sec. 2025-05-26 10:38:53 01669_columns_declaration_serde_long: [ OK ] 4.33 sec. 2025-05-26 10:38:54 01665_merge_tree_min_for_concurrent_read: [ OK ] 3.58 sec. 2025-05-26 10:38:55 01664_ntoa_aton_mysql_compatibility: [ OK ] 3.50 sec. 2025-05-26 10:38:56 01664_decimal_ubsan: [ OK ] 3.43 sec. 2025-05-26 10:38:56 01663_test_toDate_mysql_compatibility: [ OK ] 3.40 sec. 2025-05-26 10:38:59 01656_test_hex_mysql_dialect: [ OK ] 3.43 sec. 2025-05-26 10:39:00 01660_join_or_inner: [ OK ] 4.46 sec. 2025-05-26 10:39:03 01652_ignore_and_low_cardinality: [ OK ] 3.59 sec. 2025-05-26 10:39:03 01651_group_uniq_array_enum: [ OK ] 3.67 sec. 2025-05-26 10:39:08 01650_fetch_patition_with_macro_in_zk_path_long: [ OK ] 4.22 sec. 2025-05-26 10:39:08 01651_map_functions: [ OK ] 5.30 sec. 2025-05-26 10:39:08 01661_referer: [ OK ] 14.39 sec. 2025-05-26 10:39:11 01648_normalize_query_keep_names: [ OK ] 3.55 sec. 2025-05-26 10:39:13 01643_merge_tree_fsync_smoke: [ OK ] 4.75 sec. 2025-05-26 10:39:13 01636_nullable_fuzz2: [ OK ] 4.48 sec. 2025-05-26 10:39:14 01671_ddl_hang_timeout_long: [ OK ] 28.09 sec. 2025-05-26 10:39:15 01632_nullable_string_type_convert_to_decimal_type: [ OK ] 3.48 sec. 2025-05-26 10:39:17 01622_defaults_for_file_engine: [ OK ] 3.68 sec. 2025-05-26 10:39:17 01626_cnf_test: [ OK ] 3.80 sec. 2025-05-26 10:39:17 01621_sort_after_join_pipeline_stuck: [ OK ] 3.56 sec. 2025-05-26 10:39:18 01610_client_spawn_editor: [ OK ] 0.79 sec. 2025-05-26 10:39:19 01621_summap_check_types: [ OK ] 3.68 sec. 2025-05-26 10:39:20 01621_bar_nan_arguments: [ OK ] 3.28 sec. 2025-05-26 10:39:21 01615_two_args_function_index_fix: [ OK ] 3.92 sec. 2025-05-26 10:39:23 01601_proxy_protocol: [ OK ] 4.07 sec. 2025-05-26 10:39:23 01600_encode_XML: [ OK ] 3.51 sec. 2025-05-26 10:39:24 01602_array_aggregation: [ OK ] 5.31 sec. 2025-05-26 10:39:26 01596_full_join_chertus: [ OK ] 3.58 sec. 2025-05-26 10:39:27 01593_functions_in_order_by: [ OK ] 3.42 sec. 2025-05-26 10:39:31 01600_remerge_sort_lowered_memory_bytes_ratio: [ OK ] 10.06 sec. 2025-05-26 10:39:31 01586_storage_join_low_cardinality_key: [ OK ] 3.78 sec. 2025-05-26 10:39:33 01590_countSubstrings: [ OK ] 6.72 sec. 2025-05-26 10:39:34 01582_deterministic_function_with_predicate: [ OK ] 3.52 sec. 2025-05-26 10:39:35 01582_any_join_supertype: [ OK ] 4.58 sec. 2025-05-26 10:39:37 01581_to_int_inf_nan: [ OK ] 3.92 sec. 2025-05-26 10:39:43 01576_if_null_external_aggregation: [ OK ] 7.90 sec. 2025-05-26 10:39:47 01666_merge_tree_max_query_limit: [ OK ] 57.87 sec. 2025-05-26 10:39:47 01571_window_functions: [ OK ] 4.07 sec. 2025-05-26 10:39:49 01572_kill_window_function: [ OK ] 11.58 sec. 2025-05-26 10:39:50 01710_normal_projections: [ OK ] 75.88 sec. 2025-05-26 10:39:51 01567_system_processes_current_database: [ OK ] 3.44 sec. 2025-05-26 10:39:51 01592_long_window_functions1: [ OK ] 27.43 sec. 2025-05-26 10:39:52 01561_Date_and_DateTime64_comparision: [ OK ] 3.71 sec. 2025-05-26 10:39:55 01565_query_loop_after_client_error: [ OK ] 7.89 sec. 2025-05-26 10:39:56 01560_crash_in_agg_empty_arglist: [ OK ] 6.60 sec. 2025-05-26 10:39:57 01558_ttest: [ OK ] 5.75 sec. 2025-05-26 10:39:57 01557_max_parallel_replicas_no_sample: [ OK ] 4.28 sec. 2025-05-26 10:39:58 01559_misplaced_codec_diagnostics: [ OK ] 7.56 sec. 2025-05-26 10:40:00 01555_or_fill: [ OK ] 3.50 sec. 2025-05-26 10:40:01 01556_accurate_cast_or_null: [ OK ] 5.01 sec. 2025-05-26 10:40:01 01553_settings_early_apply: [ OK ] 4.18 sec. 2025-05-26 10:40:02 01555_system_distribution_queue_mask: [ OK ] 5.37 sec. 2025-05-26 10:40:02 01552_impl_aggfunc_cloneresize: [ OK ] 4.10 sec. 2025-05-26 10:40:04 01550_mutation_subquery: [ OK ] 3.86 sec. 2025-05-26 10:40:05 01549_low_cardinality_materialized_view: [ OK ] 4.02 sec. 2025-05-26 10:40:05 01549_low_cardinality_mv_fuzz: [ OK ] 3.58 sec. 2025-05-26 10:40:06 01548_with_totals_having: [ OK ] 3.44 sec. 2025-05-26 10:40:08 01535_decimal_round_scale_overflow_check: [ OK ] 3.23 sec. 2025-05-26 10:40:08 01576_alter_low_cardinality_and_select: [ OK ] 33.87 sec. 2025-05-26 10:40:08 01545_url_file_format_settings: [ OK ] 3.99 sec. 2025-05-26 10:40:09 01540_verbatim_partition_pruning: [ OK ] 4.58 sec. 2025-05-26 10:40:10 01534_lambda_array_join: [ OK ] 3.80 sec. 2025-05-26 10:40:12 01533_quantile_deterministic_assert: [ OK ] 3.56 sec. 2025-05-26 10:40:13 01532_primary_key_without_order_by_zookeeper: [ OK ] 4.52 sec. 2025-05-26 10:40:13 01526_alter_add_and_modify_order_zookeeper: [ OK ] 3.70 sec. 2025-05-26 10:40:13 01676_clickhouse_client_autocomplete: [ OK ] 90.88 sec. 2025-05-26 10:40:14 01523_interval_operator_support_string_literal: [ OK ] 4.01 sec. 2025-05-26 10:40:16 01522_validate_alter_default: [ OK ] 3.38 sec. 2025-05-26 10:40:16 01516_drop_table_stress_long: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 10:40:17 01523_date_time_compare_with_date_literal: [ OK ] 5.50 sec. 2025-05-26 10:40:17 01521_global_in_prewhere_15792: [ OK ] 4.21 sec. 2025-05-26 10:40:18 01521_max_length_alias: [ OK ] 4.39 sec. 2025-05-26 10:40:18 01516_date_time_output_format: [ OK ] 4.25 sec. 2025-05-26 10:40:21 01511_prewhere_with_virtuals: [ OK ] 3.88 sec. 2025-05-26 10:40:21 01655_plan_optimizations_optimize_read_in_window_order: [ OK ] 85.12 sec. 2025-05-26 10:40:22 01506_buffer_table_alter_block_structure_2: [ OK ] 1.31 sec. 2025-05-26 10:40:23 01548_query_log_query_execution_ms: [ OK ] 21.22 sec. 2025-05-26 10:40:24 01515_logtrace_function: [ OK ] 7.43 sec. 2025-05-26 10:40:24 01509_parallel_quorum_insert_no_replicas_long: [ OK ] 5.91 sec. 2025-05-26 10:40:26 01498_alter_column_storage_memory: [ OK ] 3.56 sec. 2025-05-26 10:40:27 01497_extract_all_groups_empty_match: [ OK ] 3.47 sec. 2025-05-26 10:40:28 01497_alias_on_default_array: [ OK ] 3.78 sec. 2025-05-26 10:40:30 01493_alter_remove_properties: [ OK ] 3.68 sec. 2025-05-26 10:40:31 01492_format_readable_quantity: [ OK ] 3.45 sec. 2025-05-26 10:40:31 01510_format_regexp_raw_low_cardinality: [ OK ] 14.04 sec. 2025-05-26 10:40:32 01479_cross_join_9855: [ OK ] 3.97 sec. 2025-05-26 10:40:35 01509_format_raw_blob: [ OK ] 17.05 sec. 2025-05-26 10:40:35 01462_test_codec_on_alias: [ OK ] 3.88 sec. 2025-05-26 10:40:36 01460_mark_inclusion_search_crash: [ OK ] 3.69 sec. 2025-05-26 10:40:36 01470_columns_transformers: [ OK ] 5.26 sec. 2025-05-26 10:40:37 01504_rocksdb: [ OK ] 15.41 sec. 2025-05-26 10:40:38 01458_named_tuple_millin: [ OK ] 2.89 sec. 2025-05-26 10:40:39 01459_decimal_casts: [ OK ] 4.26 sec. 2025-05-26 10:40:40 01456_ast_optimizations_over_distributed: [ OK ] 4.23 sec. 2025-05-26 10:40:40 01455_nullable_type_with_if_agg_combinator: [ OK ] 3.71 sec. 2025-05-26 10:40:41 01457_order_by_nulls_first: [ OK ] 5.03 sec. 2025-05-26 10:40:43 01451_detach_drop_part: [ OK ] 4.47 sec. 2025-05-26 10:40:44 01529_bad_memory_tracking: [ OK ] 35.47 sec. 2025-05-26 10:40:44 01447_json_strings: [ OK ] 3.57 sec. 2025-05-26 10:40:44 01451_replicated_detach_drop_part_long: [ OK ] 5.12 sec. 2025-05-26 10:40:45 01451_normalize_query: [ OK ] 4.52 sec. 2025-05-26 10:40:46 01501_clickhouse_client_INSERT_exception: [ OK ] 23.60 sec. 2025-05-26 10:40:46 01440_big_int_shift: [ OK ] 3.59 sec. 2025-05-26 10:40:47 01431_finish_sorting_with_consts: [ OK ] 3.64 sec. 2025-05-26 10:40:47 01430_fix_any_rewrite_aliases: [ OK ] 3.42 sec. 2025-05-26 10:40:48 01429_join_on_error_messages: [ OK ] 3.88 sec. 2025-05-26 10:40:48 01420_logical_functions_materialized_null: [ OK ] 3.64 sec. 2025-05-26 10:40:50 01417_update_permutation_crash: [ OK ] 3.47 sec. 2025-05-26 10:40:50 01419_merge_tree_settings_sanity_check: [ OK ] 3.98 sec. 2025-05-26 10:40:51 01413_truncate_without_table_keyword: [ OK ] 3.71 sec. 2025-05-26 10:40:52 01414_push_predicate_when_contains_with_clause: [ OK ] 4.19 sec. 2025-05-26 10:40:52 01412_row_from_totals: [ OK ] 4.16 sec. 2025-05-26 10:40:53 01409_topK_merge: [ OK ] 4.32 sec. 2025-05-26 10:40:53 01403_datetime64_constant_arg: [ OK ] 3.27 sec. 2025-05-26 10:40:54 01390_remove_injective_in_uniq: [ OK ] 4.11 sec. 2025-05-26 10:40:55 01385_not_function: [ OK ] 3.46 sec. 2025-05-26 10:40:55 01379_with_fill_several_columns: [ OK ] 3.60 sec. 2025-05-26 10:40:56 01376_null_logical: [ OK ] 3.67 sec. 2025-05-26 10:40:57 01373_is_zero_or_null: [ OK ] 4.00 sec. 2025-05-26 10:40:58 01441_low_cardinality_array_index: [ OK ] 16.91 sec. 2025-05-26 10:40:59 01358_mutation_delete_null_rows: [ OK ] 4.16 sec. 2025-05-26 10:40:59 01356_initialize_aggregation: [ OK ] 3.93 sec. 2025-05-26 10:41:00 01356_state_resample: [ OK ] 3.96 sec. 2025-05-26 10:41:01 01352_add_datetime_bad_get: [ OK ] 3.51 sec. 2025-05-26 10:41:03 01350_intdiv_nontrivial_fpe: [ OK ] 4.02 sec. 2025-05-26 10:41:03 01346_array_join_mrxotey: [ OK ] 4.06 sec. 2025-05-26 10:41:04 01370_client_autocomplete_word_break_characters: [ OK ] 9.40 sec. 2025-05-26 10:41:04 01341_datetime64_wrong_supertype: [ OK ] 3.47 sec. 2025-05-26 10:41:04 01375_output_format_tsv_csv_with_names: [ OK ] 11.58 sec. 2025-05-26 10:41:04 01353_nullable_tuple: [ OK ] 7.28 sec. 2025-05-26 10:41:05 01338_uuid_without_separator: [ OK ] 3.71 sec. 2025-05-26 10:41:07 01329_compare_tuple_string_constant: [ OK ] 3.73 sec. 2025-05-26 10:41:07 01324_if_transform_strings_to_enum: [ OK ] 3.66 sec. 2025-05-26 10:41:08 01322_monotonous_order_by_with_different_variables: [ OK ] 4.66 sec. 2025-05-26 10:41:09 01318_parallel_final_stuck: [ OK ] 3.70 sec. 2025-05-26 10:41:09 01319_optimize_skip_unused_shards_nesting: [ OK ] 4.25 sec. 2025-05-26 10:41:11 01312_case_insensitive_regexp: [ OK ] 3.54 sec. 2025-05-26 10:41:11 01318_encrypt: [ OK ] 6.76 sec. 2025-05-26 10:41:12 01312_comparison_with_constant_string_in_index_analysis: [ OK ] 4.71 sec. 2025-05-26 10:41:12 01308_polygon_area: [ OK ] 3.62 sec. 2025-05-26 10:41:13 01307_bloom_filter_index_string_multi_granulas: [ OK ] 3.98 sec. 2025-05-26 10:41:13 01306_polygons_intersection: [ OK ] 4.50 sec. 2025-05-26 10:41:14 01321_aggregate_functions_of_group_by_keys: [ OK ] 10.68 sec. 2025-05-26 10:41:15 01304_polygons_sym_difference: [ OK ] 4.44 sec. 2025-05-26 10:41:15 01301_polygons_within: [ OK ] 3.89 sec. 2025-05-26 10:41:15 01298_alter_merge: [ OK ] 3.40 sec. 2025-05-26 10:41:16 01295_aggregation_bug_11413: [ OK ] 3.62 sec. 2025-05-26 10:41:18 01293_pretty_max_value_width: [ OK ] 4.21 sec. 2025-05-26 10:41:20 01281_sum_nullable: [ OK ] 3.76 sec. 2025-05-26 10:41:20 01291_aggregation_in_order: [ OK ] 5.06 sec. 2025-05-26 10:41:22 01281_join_with_prewhere_fix: [ OK ] 4.10 sec. 2025-05-26 10:41:22 01293_client_interactive_vertical_singleline: [ OK ] 7.60 sec. 2025-05-26 10:41:24 01280_opencl_bitonic_order_by: [ OK ] 3.70 sec. 2025-05-26 10:41:24 01280_unicode_whitespaces_lexer: [ OK ] 3.50 sec. 2025-05-26 10:41:25 01300_group_by_other_keys_having: [ OK ] 12.95 sec. 2025-05-26 10:41:26 01293_show_clusters: [ OK ] 10.87 sec. 2025-05-26 10:41:28 01271_optimize_arithmetic_operations_in_aggr_func_with_alias: [ OK ] 3.90 sec. 2025-05-26 10:41:29 01268_data_numeric_parameters: [ OK ] 3.97 sec. 2025-05-26 10:41:31 01268_DateTime64_in_WHERE: [ OK ] 4.51 sec. 2025-05-26 10:41:31 01268_mergine_sorted_limit: [ OK ] 3.50 sec. 2025-05-26 10:41:33 01267_alter_default_key_columns_zookeeper_long: [ OK ] 4.58 sec. 2025-05-26 10:41:33 01285_engine_join_donmikel: [ OK ] 17.69 sec. 2025-05-26 10:41:34 01264_nested_baloo_bear: [ OK ] 3.65 sec. 2025-05-26 10:41:36 01262_low_cardinality_remove: [ OK ] 4.14 sec. 2025-05-26 10:41:37 01250_fixed_string_comparison: [ OK ] 3.72 sec. 2025-05-26 10:41:37 01255_geo_types_livace: [ OK ] 3.87 sec. 2025-05-26 10:41:41 01247_optimize_distributed_group_by_sharding_key_dist_on_dist: [ OK ] 5.20 sec. 2025-05-26 10:41:41 01246_least_greatest_generic: [ OK ] 4.25 sec. 2025-05-26 10:41:45 01221_system_settings: [ OK ] 3.76 sec. 2025-05-26 10:41:45 01220_scalar_optimization_in_alter: [ OK ] 3.49 sec. 2025-05-26 10:41:48 01212_empty_join_and_totals: [ OK ] 3.45 sec. 2025-05-26 10:41:48 01249_flush_interactive: [ OK ] 13.97 sec. 2025-05-26 10:41:51 01273_arrow_arrays_load: [ OK ] 27.00 sec. 2025-05-26 10:41:52 01199_url_functions_path_without_schema_yiurule: [ OK ] 3.46 sec. 2025-05-26 10:41:55 01231_log_queries_min_type: [ OK ] 17.64 sec. 2025-05-26 10:41:56 01177_group_array_moving: [ OK ] 3.94 sec. 2025-05-26 10:41:56 01187_set_profile_as_setting: [ OK ] 7.63 sec. 2025-05-26 10:41:58 01214_point_in_Mecca: [ OK ] 13.20 sec. 2025-05-26 10:42:01 01183_custom_separated_format_http: [ OK ] 9.91 sec. 2025-05-26 10:42:01 01475_read_subcolumns_storages: [ OK ] 90.92 sec. 2025-05-26 10:42:03 01172_transaction_counters: [ OK ] 8.18 sec. 2025-05-26 10:42:05 01145_with_fill_const: [ OK ] 3.44 sec. 2025-05-26 10:42:07 01144_join_rewrite_with_ambiguous_column_and_view: [ OK ] 4.46 sec. 2025-05-26 10:42:09 01143_trivial_count_with_join: [ OK ] 3.87 sec. 2025-05-26 10:42:10 01165_lost_part_empty_partition: [ OK ] 14.20 sec. 2025-05-26 10:42:11 01141_join_get_negative: [ OK ] 3.60 sec. 2025-05-26 10:42:13 01136_multiple_sets: [ OK ] 4.25 sec. 2025-05-26 10:42:15 01134_max_rows_to_group_by: [ OK ] 4.26 sec. 2025-05-26 10:42:17 01121_remote_scalar_subquery: [ OK ] 3.67 sec. 2025-05-26 10:42:18 01125_generate_random_qoega: [ OK ] 6.61 sec. 2025-05-26 10:42:19 01119_optimize_trivial_insert_select: [ OK ] 4.67 sec. 2025-05-26 10:42:21 01114_materialize_clear_index_compact_parts: [ OK ] 4.45 sec. 2025-05-26 10:42:23 01109_sc0rp10_string_hash_map_zero_bytes: [ OK ] 3.98 sec. 2025-05-26 10:42:26 01104_distributed_numbers_test: [ OK ] 4.57 sec. 2025-05-26 10:42:28 01101_prewhere_after_alter: [ OK ] 4.39 sec. 2025-05-26 10:42:31 01101_literal_column_clash: [ OK ] 5.52 sec. 2025-05-26 10:42:32 01278_min_insert_block_size_rows_for_materialized_views: [ OK ] 70.45 sec. 2025-05-26 10:42:33 01097_one_more_range_reader_test: [ OK ] 5.07 sec. 2025-05-26 10:42:35 01096_block_serialized_state: [ OK ] 3.55 sec. 2025-05-26 10:42:36 01164_detach_attach_partition_race: [ OK ] 38.02 sec. 2025-05-26 10:42:37 01090_fixed_string_bit_ops: [ OK ] 3.76 sec. 2025-05-26 10:42:39 01089_alter_settings_old_format: [ OK ] 4.07 sec. 2025-05-26 10:42:41 01085_extract_all_empty: [ OK ] 4.10 sec. 2025-05-26 10:42:43 01095_tpch_like_smoke: [ OK ] 10.48 sec. 2025-05-26 10:42:43 01085_window_view_attach: [ OK ] 4.12 sec. 2025-05-26 10:42:47 01084_defaults_on_aliases: [ OK ] 4.34 sec. 2025-05-26 10:42:47 01085_max_distributed_connections: [ OK ] 6.27 sec. 2025-05-26 10:42:51 01082_bit_test_out_of_bound: [ OK ] 3.71 sec. 2025-05-26 10:42:51 01084_regexp_empty: [ OK ] 4.11 sec. 2025-05-26 10:42:52 01088_benchmark_query_id: [ OK ] 15.93 sec. 2025-05-26 10:43:06 01111_create_drop_replicated_db_stress: [ OK ] 47.90 sec. 2025-05-26 10:43:07 01155_old_mutation_parts_to_do: [ OK ] 65.64 sec. 2025-05-26 10:43:07 01084_window_view_with_table_identifier: [ OK ] 23.56 sec. 2025-05-26 10:43:10 01076_predicate_optimizer_with_view: [ OK ] 3.91 sec. 2025-05-26 10:43:10 01075_allowed_client_hosts: [ OK ] 3.00 sec. 2025-05-26 10:43:14 01081_window_view_target_table_engine: [ OK ] 22.74 sec. 2025-05-26 10:43:15 01074_partial_revokes: [ OK ] 5.04 sec. 2025-05-26 10:43:16 01079_window_view_inner_table_memory_tumble: [ OK ] 24.67 sec. 2025-05-26 10:43:17 01073_grant_and_revoke: [ OK ] 2.94 sec. 2025-05-26 10:43:19 01072_select_constant_limit: [ OK ] 3.50 sec. 2025-05-26 10:43:19 01079_order_by_pk: [ OK ] 27.09 sec. 2025-05-26 10:43:20 01070_template_empty_file: [ OK ] 3.51 sec. 2025-05-26 10:43:20 01070_h3_get_base_cell: [ OK ] 3.29 sec. 2025-05-26 10:43:23 01070_to_decimal_or_null_exception: [ OK ] 3.91 sec. 2025-05-26 10:43:24 01062_max_parser_depth: [ OK ] 4.09 sec. 2025-05-26 10:43:24 01055_prewhere_bugs: [ OK ] 4.02 sec. 2025-05-26 10:43:34 01075_window_view_proc_tumble_to_now_populate: [ OK ] 24.39 sec. 2025-05-26 10:43:34 01076_json_each_row_array: [ OK ] 27.63 sec. 2025-05-26 10:43:39 01050_engine_join_crash: [ OK ] 4.61 sec. 2025-05-26 10:43:39 01049_window_view_window_functions: [ OK ] 4.80 sec. 2025-05-26 10:43:43 01047_nullable_rand: [ OK ] 3.77 sec. 2025-05-26 10:43:43 01045_array_zip: [ OK ] 3.88 sec. 2025-05-26 10:43:44 01067_window_view_event_tumble_to_asc_lateness: [ OK ] 24.81 sec. 2025-05-26 10:43:46 01043_dictionary_attribute_properties_values: [ OK ] 3.64 sec. 2025-05-26 10:43:48 01039_mergetree_exec_time: [ OK ] 4.60 sec. 2025-05-26 10:43:50 01035_prewhere_with_alias: [ OK ] 3.76 sec. 2025-05-26 10:43:51 01034_with_fill_and_push_down_predicate: [ OK ] 3.44 sec. 2025-05-26 10:43:51 01055_window_view_proc_hop_to: [ OK ] 28.54 sec. 2025-05-26 10:43:54 01033_storage_odbc_parsing_exception_check: [ OK ] 2.74 sec. 2025-05-26 10:43:55 01030_final_mark_empty_primary_key: [ OK ] 3.58 sec. 2025-05-26 10:43:55 01053_window_view_proc_hop_to_now: [ OK ] 31.40 sec. 2025-05-26 10:43:56 01034_JSONCompactEachRow: [ OK ] 5.48 sec. 2025-05-26 10:43:56 01169_old_alter_partition_isolation_stress: [ OK ] 120.11 sec. 2025-05-26 10:43:56 01052_window_view_proc_tumble_to_now: [ OK ] 31.67 sec. 2025-05-26 10:43:57 01035_avg: [ OK ] 13.28 sec. 2025-05-26 10:43:57 01021_create_as_select: [ OK ] 3.59 sec. 2025-05-26 10:43:58 01021_tuple_parser: [ OK ] 3.64 sec. 2025-05-26 10:43:59 01020_having_without_group_by: [ OK ] 3.39 sec. 2025-05-26 10:44:00 01019_alter_materialized_view_query: [ OK ] 4.16 sec. 2025-05-26 10:44:02 01016_macros: [ OK ] 3.28 sec. 2025-05-26 10:44:02 01019_Buffer_and_max_memory_usage: [ OK ] 6.35 sec. 2025-05-26 10:44:03 01016_uniqCombined64: [ OK ] 5.04 sec. 2025-05-26 10:44:03 01016_index_tuple_field_type: [ OK ] 4.05 sec. 2025-05-26 10:44:03 01018_empty_aggregation_filling: [ OK ] 5.87 sec. 2025-05-26 10:44:04 01016_null_part_minmax: [ OK ] 3.63 sec. 2025-05-26 10:44:06 01015_attach_part: [ OK ] 3.95 sec. 2025-05-26 10:44:07 01014_function_repeat_corner_cases: [ OK ] 3.96 sec. 2025-05-26 10:44:08 01010_pmj_on_disk: [ OK ] 4.20 sec. 2025-05-26 10:44:13 01010_partial_merge_join: [ OK ] 9.69 sec. 2025-05-26 10:44:14 00999_full_join_dup_keys_crash: [ OK ] 5.67 sec. 2025-05-26 10:44:16 00997_extract_all_crash_6627: [ OK ] 3.44 sec. 2025-05-26 10:44:20 00994_table_function_numbers_mt: [ OK ] 3.74 sec. 2025-05-26 10:44:35 01014_format_custom_separated: [ OK ] 32.09 sec. 2025-05-26 10:44:35 00990_hasToken: [ OK ] 14.72 sec. 2025-05-26 10:44:36 00997_set_index_array: [ OK ] 22.00 sec. 2025-05-26 10:44:36 01001_rename_merge_race_condition: [ OK ] 29.45 sec. 2025-05-26 10:44:38 00983_summing_merge_tree_not_an_identifier: [ OK ] 3.32 sec. 2025-05-26 10:44:38 00990_function_current_user: [ OK ] 3.60 sec. 2025-05-26 10:44:41 00976_asof_join_on: [ OK ] 4.45 sec. 2025-05-26 10:44:41 00977_join_use_nulls_denny_crane: [ OK ] 5.54 sec. 2025-05-26 10:44:43 01010_low_cardinality_and_native_http: [ OK ] 36.59 sec. 2025-05-26 10:44:43 00975_recursive_materialized_view: [ OK ] 4.26 sec. 2025-05-26 10:44:45 00973_create_table_as_table_function: [ OK ] 4.17 sec. 2025-05-26 10:44:46 00968_file_engine_in_subquery: [ OK ] 4.42 sec. 2025-05-26 10:44:47 00962_visit_param_various: [ OK ] 3.99 sec. 2025-05-26 10:44:48 00975_move_partition_merge_tree: [ OK ] 9.59 sec. 2025-05-26 10:44:52 00965_logs_level_bugfix: [ OK ] 9.45 sec. 2025-05-26 10:44:52 00950_test_gorilla_codec: [ OK ] 4.47 sec. 2025-05-26 10:44:55 01273_arrow_stream: [ OK ] 213.20 sec. 2025-05-26 10:44:59 00943_mv_rename_without_inner_table: [ OK ] 4.12 sec. 2025-05-26 10:44:59 00948_to_valid_utf8: [ OK ] 6.95 sec. 2025-05-26 10:45:03 00938_basename: [ OK ] 3.50 sec. 2025-05-26 10:45:04 00949_format: [ OK ] 11.93 sec. 2025-05-26 10:45:04 00941_to_custom_week: [ OK ] 4.84 sec. 2025-05-26 10:45:07 00936_function_result_with_operator_in: [ OK ] 4.10 sec. 2025-05-26 10:45:08 00935_to_iso_week_first_year: [ OK ] 3.64 sec. 2025-05-26 10:45:08 00936_crc_functions: [ OK ] 4.09 sec. 2025-05-26 10:45:12 00928_multi_match_constant_constant: [ OK ] 3.80 sec. 2025-05-26 10:45:12 00932_geohash_support: [ OK ] 5.12 sec. 2025-05-26 10:45:13 00930_max_partitions_per_insert_block: [ OK ] 5.25 sec. 2025-05-26 10:45:16 00918_has_unsufficient_type_check: [ OK ] 3.51 sec. 2025-05-26 10:45:16 00914_join_bgranvea: [ OK ] 3.93 sec. 2025-05-26 10:45:20 00911_tautological_compare: [ OK ] 3.19 sec. 2025-05-26 10:45:20 00912_string_comparison: [ OK ] 4.65 sec. 2025-05-26 10:45:23 00913_many_threads: [ OK ] 9.31 sec. 2025-05-26 10:45:23 00910_crash_when_distributed_modify_order_by: [ OK ] 3.57 sec. 2025-05-26 10:45:26 00955_complex_prepared_statements: [ OK ] 41.01 sec. 2025-05-26 10:45:27 01019_parallel_parsing_cancel: [ OK ] 91.14 sec. 2025-05-26 10:45:29 00898_parsing_bad_diagnostic_message: [ OK ] 5.79 sec. 2025-05-26 10:45:30 00953_constraints_operations: [ OK ] 43.87 sec. 2025-05-26 10:45:31 00864_union_all_supertype: [ OK ] 3.51 sec. 2025-05-26 10:45:34 00858_issue_4756: [ OK ] 4.51 sec. 2025-05-26 10:45:34 01015_database_bad_tables: [ OK ] 92.45 sec. 2025-05-26 10:45:34 00855_join_with_array_join: [ OK ] 4.70 sec. 2025-05-26 10:45:34 00834_kill_mutation_replicated_zookeeper: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 10:45:36 00880_decimal_in_key: [ OK ] 10.36 sec. 2025-05-26 10:45:37 00900_parquet_time_to_ch_date_time: [ OK ] 16.89 sec. 2025-05-26 10:45:38 00834_not_between: [ OK ] 3.49 sec. 2025-05-26 10:45:38 00835_if_generic_case: [ OK ] 4.18 sec. 2025-05-26 10:45:39 00952_basic_constraints: [ OK ] 52.65 sec. 2025-05-26 10:45:39 00836_indices_alter_replicated_zookeeper_long: [ OK ] 5.89 sec. 2025-05-26 10:45:40 00834_date_datetime_cmp: [ OK ] 3.56 sec. 2025-05-26 10:45:41 00830_join_overwrite: [ OK ] 3.84 sec. 2025-05-26 10:45:43 00824_filesystem: [ OK ] 3.49 sec. 2025-05-26 10:45:46 00821_distributed_storage_with_join_on: [ OK ] 4.30 sec. 2025-05-26 10:45:47 00822_array_insert_default: [ OK ] 6.65 sec. 2025-05-26 10:45:48 00820_multiple_joins_subquery_requires_alias: [ OK ] 4.89 sec. 2025-05-26 10:45:49 00813_parse_date_time_best_effort_more: [ OK ] 3.49 sec. 2025-05-26 10:45:50 00810_in_operators_segfault: [ OK ] 3.61 sec. 2025-05-26 10:45:52 00808_array_enumerate_segfault: [ OK ] 3.69 sec. 2025-05-26 10:45:54 00804_test_delta_codec_no_type_alter: [ OK ] 3.76 sec. 2025-05-26 10:45:55 00801_daylight_saving_time_hour_underflow: [ OK ] 3.39 sec. 2025-05-26 10:45:56 00900_orc_load: [ OK ] 33.68 sec. 2025-05-26 10:45:58 00800_low_cardinality_distributed_insert: [ OK ] 3.78 sec. 2025-05-26 10:45:59 00825_protobuf_format_enum_mapping: [ OK ] 20.35 sec. 2025-05-26 10:45:59 00800_function_java_hash: [ OK ] 3.87 sec. 2025-05-26 10:46:00 00800_low_cardinality_empty_array: [ OK ] 3.72 sec. 2025-05-26 10:46:00 00825_protobuf_format_map: [ OK ] 20.84 sec. 2025-05-26 10:46:01 00837_minmax_index: [ OK ] 30.77 sec. 2025-05-26 10:46:02 00780_unaligned_array_join: [ OK ] 3.55 sec. 2025-05-26 10:46:02 00804_test_delta_codec_compression: [ OK ] 12.92 sec. 2025-05-26 10:46:03 00763_create_query_as_table_engine_bug: [ OK ] 3.82 sec. 2025-05-26 10:46:04 00761_lower_utf8_bug: [ OK ] 3.43 sec. 2025-05-26 10:46:05 00757_enum_defaults: [ OK ] 4.75 sec. 2025-05-26 10:46:05 00753_with_with_single_alias: [ OK ] 3.47 sec. 2025-05-26 10:46:05 00752_low_cardinality_array_result: [ OK ] 3.40 sec. 2025-05-26 10:46:06 00741_client_comment_multiline: [ OK ] 3.11 sec. 2025-05-26 10:46:08 00739_array_element_nullable_string_mattrobenolt: [ OK ] 3.85 sec. 2025-05-26 10:46:09 00732_decimal_summing_merge_tree: [ OK ] 3.96 sec. 2025-05-26 10:46:12 00725_quantiles_shard: [ OK ] 3.94 sec. 2025-05-26 10:46:12 00727_concat: [ OK ] 6.43 sec. 2025-05-26 10:46:14 00725_join_on_bug_2: [ OK ] 4.92 sec. 2025-05-26 10:46:16 00725_join_on_bug_3: [ OK ] 4.00 sec. 2025-05-26 10:46:16 00724_insert_values_datetime_conversion: [ OK ] 3.37 sec. 2025-05-26 10:46:20 00717_default_join_type: [ OK ] 3.74 sec. 2025-05-26 10:46:20 00718_low_cardinaliry_alter: [ OK ] 4.21 sec. 2025-05-26 10:46:23 00735_long_conditional: [ OK ] 18.16 sec. 2025-05-26 10:46:24 00712_prewhere_with_alias_bug: [ OK ] 3.69 sec. 2025-05-26 10:46:26 00738_lock_for_inner_table: [ OK ] 21.38 sec. 2025-05-26 10:46:27 00712_prewhere_with_missing_columns_2: [ OK ] 3.71 sec. 2025-05-26 10:46:27 00704_arrayCumSumLimited_arrayDifference: [ OK ] 3.73 sec. 2025-05-26 10:46:30 00700_decimal_gathers: [ OK ] 3.72 sec. 2025-05-26 10:46:35 00719_insert_block_without_column: [ OK ] 20.42 sec. 2025-05-26 10:46:35 00700_to_decimal_or_something_1: [ OK ] 8.01 sec. 2025-05-26 10:46:36 00700_to_decimal_or_something: [ OK ] 5.44 sec. 2025-05-26 10:46:38 00700_decimal_aggregates: [ OK ] 10.58 sec. 2025-05-26 10:46:39 00700_decimal_defaults: [ OK ] 3.65 sec. 2025-05-26 10:46:40 00700_decimal_null: [ OK ] 5.36 sec. 2025-05-26 10:46:41 00698_validate_array_sizes_for_nested_kshvakov: [ OK ] 3.65 sec. 2025-05-26 10:46:42 00694_max_block_size_zero: [ OK ] 3.22 sec. 2025-05-26 10:46:44 00691_array_distinct: [ OK ] 3.73 sec. 2025-05-26 10:46:44 00700_decimal_arithm: [ OK ] 8.33 sec. 2025-05-26 10:46:47 00825_protobuf_format_persons: [ OK ] 68.97 sec. 2025-05-26 10:46:48 00681_duplicate_columns_inside_union_all_stas_sviridov: [ OK ] 3.47 sec. 2025-05-26 10:46:48 00680_duplicate_columns_inside_union_all: [ OK ] 3.82 sec. 2025-05-26 10:46:48 00688_low_cardinality_dictionary_deserialization: [ OK ] 7.00 sec. 2025-05-26 10:46:49 00686_client_exit_code: [ OK ] 7.09 sec. 2025-05-26 10:46:51 00677_shard_any_heavy_merge: [ OK ] 3.65 sec. 2025-05-26 10:46:51 00672_arrayDistinct: [ OK ] 3.62 sec. 2025-05-26 10:46:52 00671_max_intersections: [ OK ] 3.82 sec. 2025-05-26 10:46:52 00664_cast_from_string_to_nullable: [ OK ] 3.67 sec. 2025-05-26 10:46:54 00661_optimize_final_replicated_without_partition_zookeeper: [ OK ] 4.38 sec. 2025-05-26 10:46:56 00644_different_expressions_with_same_alias: [ OK ] 3.62 sec. 2025-05-26 10:46:56 00650_array_enumerate_uniq_with_tuples: [ OK ] 4.05 sec. 2025-05-26 10:46:57 00643_cast_zookeeper_long: [ OK ] 3.16 sec. 2025-05-26 10:46:58 00651_default_database_on_client_reconnect: [ OK ] 6.49 sec. 2025-05-26 10:47:00 00640_endsWith: [ OK ] 3.82 sec. 2025-05-26 10:47:00 00634_rename_view: [ OK ] 3.91 sec. 2025-05-26 10:47:01 00633_func_or_in: [ OK ] 3.42 sec. 2025-05-26 10:47:03 00622_select_in_parens: [ OK ] 3.46 sec. 2025-05-26 10:47:04 00623_truncate_table: [ OK ] 5.84 sec. 2025-05-26 10:47:05 00620_optimize_on_nonleader_replica_zookeeper: [ OK ] 4.31 sec. 2025-05-26 10:47:05 00623_in_partition_key: [ OK ] 5.55 sec. 2025-05-26 10:47:07 00616_final_single_part: [ OK ] 4.04 sec. 2025-05-26 10:47:08 00615_nullable_alter_optimize: [ OK ] 3.86 sec. 2025-05-26 10:47:09 00614_array_nullable: [ OK ] 3.65 sec. 2025-05-26 10:47:09 00715_json_each_row_input_nested: [ OK ] 49.38 sec. 2025-05-26 10:47:10 00612_count: [ OK ] 4.51 sec. 2025-05-26 10:47:10 00599_create_view_with_subquery: [ OK ] 2.75 sec. 2025-05-26 10:47:12 00601_kill_running_query: [ OK ] 4.36 sec. 2025-05-26 10:47:14 00583_limit_by_expressions: [ OK ] 3.56 sec. 2025-05-26 10:47:16 00581_limit_on_result_and_subquery_and_insert: [ OK ] 3.72 sec. 2025-05-26 10:47:18 00596_limit_on_expanded_ast: [ OK ] 7.83 sec. 2025-05-26 10:47:18 00578_merge_table_sampling: [ OK ] 4.33 sec. 2025-05-26 10:47:19 00597_push_down_predicate_long: [ OK ] 10.30 sec. 2025-05-26 10:47:20 00577_replacing_merge_tree_vertical_merge: [ OK ] 4.24 sec. 2025-05-26 10:47:22 00571_alter_nullable: [ OK ] 3.91 sec. 2025-05-26 10:47:22 00598_create_as_select_http: [ OK ] 13.84 sec. 2025-05-26 10:47:23 00572_aggregation_by_empty_set: [ OK ] 4.91 sec. 2025-05-26 10:47:23 00569_parse_date_time_best_effort: [ OK ] 3.51 sec. 2025-05-26 10:47:25 00564_temporary_table_management: [ OK ] 2.56 sec. 2025-05-26 10:47:26 00564_initial_column_values_with_default_expression: [ OK ] 3.73 sec. 2025-05-26 10:47:26 00562_rewrite_select_expression_with_union: [ OK ] 3.73 sec. 2025-05-26 10:47:27 00561_storage_join: [ OK ] 4.06 sec. 2025-05-26 10:47:29 00558_aggregate_merge_totals_with_arenas: [ OK ] 3.62 sec. 2025-05-26 10:47:30 00558_parse_floats: [ OK ] 3.42 sec. 2025-05-26 10:47:31 00548_slice_of_nested: [ OK ] 3.53 sec. 2025-05-26 10:47:31 00555_hasAll_hasAny: [ OK ] 4.65 sec. 2025-05-26 10:47:31 00534_functions_bad_arguments3: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 10:47:31 00534_functions_bad_arguments8: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 10:47:31 00754_distributed_optimize_skip_select_on_unused_shards_with_prewhere: [ OK ] 89.80 sec. 2025-05-26 10:47:33 00541_to_start_of_fifteen_minutes: [ OK ] 3.46 sec. 2025-05-26 10:47:34 00537_quarters: [ OK ] 3.45 sec. 2025-05-26 10:47:35 00533_uniq_array: [ OK ] 3.62 sec. 2025-05-26 10:47:35 00529_orantius: [ OK ] 3.95 sec. 2025-05-26 10:47:37 00521_multidimensional: [ OK ] 4.42 sec. 2025-05-26 10:47:38 00513_fractional_time_zones: [ OK ] 3.47 sec. 2025-05-26 10:47:38 00515_gcd_lcm: [ OK ] 4.38 sec. 2025-05-26 10:47:40 00506_shard_global_in_union: [ OK ] 4.83 sec. 2025-05-26 10:47:41 00502_string_concat_with_array: [ OK ] 3.42 sec. 2025-05-26 10:47:42 00500_point_in_polygon_bug: [ OK ] 3.61 sec. 2025-05-26 10:47:42 00492_drop_temporary_table: [ OK ] 3.60 sec. 2025-05-26 10:47:44 00491_shard_distributed_and_aliases_in_where_having: [ OK ] 3.56 sec. 2025-05-26 10:47:44 00490_special_line_separators_and_characters_outside_of_bmp: [ OK ] 3.42 sec. 2025-05-26 10:47:46 00487_if_array_fixed_string: [ OK ] 3.67 sec. 2025-05-26 10:47:47 00565_enum_order: [ OK ] 27.45 sec. 2025-05-26 10:47:47 00481_reading_from_last_granula: [ OK ] 3.59 sec. 2025-05-26 10:47:48 00479_date_and_datetime_to_number: [ OK ] 3.59 sec. 2025-05-26 10:47:51 00471_sql_style_quoting: [ OK ] 3.30 sec. 2025-05-26 10:47:52 00464_sort_all_constant_columns: [ OK ] 3.48 sec. 2025-05-26 10:47:52 00469_comparison_of_strings_containing_null_char: [ OK ] 4.16 sec. 2025-05-26 10:47:55 00459_group_array_insert_at: [ OK ] 4.02 sec. 2025-05-26 10:47:55 00449_filter_array_nullable_tuple: [ OK ] 3.74 sec. 2025-05-26 10:47:57 00457_log_tinylog_stripelog_nullable: [ OK ] 4.95 sec. 2025-05-26 10:47:59 00485_http_insert_format: [ OK ] 17.04 sec. 2025-05-26 10:47:59 00441_nulls_in: [ OK ] 4.44 sec. 2025-05-26 10:48:00 00429_point_in_ellipses: [ OK ] 3.32 sec. 2025-05-26 10:48:00 00432_aggregate_function_scalars_and_constants: [ OK ] 4.74 sec. 2025-05-26 10:48:03 00423_storage_log_single_thread: [ OK ] 3.93 sec. 2025-05-26 10:48:04 00763_lock_buffer_long: [ OK ] 124.64 sec. 2025-05-26 10:48:04 00413_distinct: [ OK ] 3.89 sec. 2025-05-26 10:48:07 00406_tuples_with_nulls: [ OK ] 3.34 sec. 2025-05-26 10:48:08 00543_access_to_temporary_table_in_readonly_mode: [ OK ] 39.27 sec. 2025-05-26 10:48:10 00473_output_format_json_quote_denormals: [ OK ] 24.76 sec. 2025-05-26 10:48:11 00402_nan_and_extremes: [ OK ] 3.72 sec. 2025-05-26 10:48:13 00405_PrettyCompactMonoBlock: [ OK ] 9.04 sec. 2025-05-26 10:48:14 00401_merge_and_stripelog: [ OK ] 6.31 sec. 2025-05-26 10:48:15 00393_if_with_constant_condition: [ OK ] 3.74 sec. 2025-05-26 10:48:18 00383_utf8_validation: [ OK ] 3.32 sec. 2025-05-26 10:48:21 00362_great_circle_distance: [ OK ] 3.60 sec. 2025-05-26 10:48:25 00415_into_outfile: [ OK ] 24.97 sec. 2025-05-26 10:48:25 00357_to_string_complex_types: [ OK ] 3.70 sec. 2025-05-26 10:48:28 00349_visible_width: [ OK ] 3.25 sec. 2025-05-26 10:48:32 00341_squashing_insert_select2: [ OK ] 6.51 sec. 2025-05-26 10:48:33 00377_shard_group_uniq_array_of_string_array: [ OK ] 18.60 sec. 2025-05-26 10:48:34 00331_final_and_prewhere: [ OK ] 6.20 sec. 2025-05-26 10:48:37 00320_between: [ OK ] 3.29 sec. 2025-05-26 10:48:38 00395_nullable: [ OK ] 27.16 sec. 2025-05-26 10:48:38 00327_summing_composite_nested: [ OK ] 5.78 sec. 2025-05-26 10:48:39 00311_array_primary_key: [ OK ] 4.04 sec. 2025-05-26 10:48:41 00309_formats: [ OK ] 4.04 sec. 2025-05-26 10:48:41 00306_insert_values_and_expressions: [ OK ] 3.73 sec. 2025-05-26 10:48:43 00427_alter_primary_key: [ OK ] 43.56 sec. 2025-05-26 10:48:43 00652_replicated_mutations_zookeeper: [ OK ] 112.62 sec. 2025-05-26 10:48:45 00264_uniq_many_args: [ OK ] 5.92 sec. 2025-05-26 10:48:45 00260_like_and_curly_braces: [ OK ] 4.28 sec. 2025-05-26 10:48:46 00252_shard_global_in_aggregate_function: [ OK ] 4.11 sec. 2025-05-26 10:48:46 00238_removal_of_temporary_columns: [ OK ] 3.46 sec. 2025-05-26 10:48:47 00232_format_readable_decimal_size: [ OK ] 3.54 sec. 2025-05-26 10:48:49 00207_left_array_join: [ OK ] 3.58 sec. 2025-05-26 10:48:49 00204_extract_url_parameter: [ OK ] 3.44 sec. 2025-05-26 10:48:51 00222_sequence_aggregate_function_family: [ OK ] 6.16 sec. 2025-05-26 10:48:51 00203_full_join: [ OK ] 4.86 sec. 2025-05-26 10:48:53 00177_inserts_through_http_parts: [ OK ] 4.26 sec. 2025-05-26 10:48:54 00166_functions_of_aggregation_states: [ OK ] 3.71 sec. 2025-05-26 10:48:55 00164_not_chain: [ OK ] 3.64 sec. 2025-05-26 10:48:56 00181_aggregate_functions_statistics_stable: [ OK ] 7.35 sec. 2025-05-26 10:48:58 00159_whitespace_in_columns_list: [ OK ] 3.61 sec. 2025-05-26 10:48:58 00154_shard_distributed_with_distinct: [ OK ] 3.49 sec. 2025-05-26 10:48:59 00161_rounding_functions: [ OK ] 5.68 sec. 2025-05-26 10:49:00 00153_transform: [ OK ] 4.29 sec. 2025-05-26 10:49:02 00386_long_in_pk: [ OK ] 48.67 sec. 2025-05-26 10:49:02 00138_table_aliases: [ OK ] 3.46 sec. 2025-05-26 10:49:02 00148_summing_merge_tree_nested_map_multiple_values: [ OK ] 4.25 sec. 2025-05-26 10:49:03 00134_aggregation_by_fixed_string_of_size_1_2_4_8: [ OK ] 3.74 sec. 2025-05-26 10:49:04 00129_quantile_timing_weighted: [ OK ] 3.69 sec. 2025-05-26 10:49:05 00122_join_with_subquery_with_subquery: [ OK ] 3.47 sec. 2025-05-26 10:49:06 00124_shard_distributed_with_many_replicas: [ OK ] 3.81 sec. 2025-05-26 10:49:06 00117_parsing_arrays: [ OK ] 3.70 sec. 2025-05-26 10:49:09 00106_totals_after_having: [ OK ] 3.50 sec. 2025-05-26 10:49:10 00105_shard_collations: [ OK ] 4.41 sec. 2025-05-26 10:49:12 00109_shard_totals_after_having: [ OK ] 8.77 sec. 2025-05-26 10:49:13 00098_l_union_all: [ OK ] 3.84 sec. 2025-05-26 10:49:14 00183_skip_unavailable_shards: [ OK ] 27.47 sec. 2025-05-26 10:49:15 00098_shard_i_union_all: [ OK ] 4.36 sec. 2025-05-26 10:49:15 00098_h_union_all: [ OK ] 3.51 sec. 2025-05-26 10:49:16 00098_b_union_all: [ OK ] 3.48 sec. 2025-05-26 10:49:17 00107_totals_after_having: [ OK ] 13.04 sec. 2025-05-26 10:49:18 00098_j_union_all: [ OK ] 3.50 sec. 2025-05-26 10:49:18 00098_c_union_all: [ OK ] 3.43 sec. 2025-05-26 10:49:26 00411_long_accurate_number_comparison_int3: [ OK ] 82.71 sec. 2025-05-26 10:49:28 00100_subquery_table_identifier: [ OK ] 21.54 sec. 2025-05-26 10:49:30 00088_distinct_of_arrays_of_strings: [ OK ] 3.52 sec. 2025-05-26 10:49:32 00080_show_tables_and_system_tables: [ OK ] 4.00 sec. 2025-05-26 10:49:34 00079_defaulted_columns: [ OK ] 4.71 sec. 2025-05-26 10:49:35 00055_join_two_numbers: [ OK ] 3.45 sec. 2025-05-26 10:49:38 00054_join_string: [ OK ] 3.50 sec. 2025-05-26 10:49:40 00048_a_stored_aggregates_merge: [ OK ] 4.34 sec. 2025-05-26 10:49:42 00043_summing_empty_part: [ OK ] 3.80 sec. 2025-05-26 10:49:43 00041_aggregation_remap: [ OK ] 3.59 sec. 2025-05-26 10:49:45 00038_totals_limit: [ OK ] 3.48 sec. 2025-05-26 10:49:47 00036_array_element: [ OK ] 4.05 sec. 2025-05-26 10:49:48 00032_fixed_string_to_string: [ OK ] 3.28 sec. 2025-05-26 10:49:51 00031_parser_number: [ OK ] 3.58 sec. 2025-05-26 10:49:51 00301_csv: [ OK ] 73.60 sec. 2025-05-26 10:49:54 00027_distinct_and_order_by: [ OK ] 3.30 sec. 2025-05-26 10:49:55 00024_unused_array_join_in_subquery: [ OK ] 3.28 sec. 2025-05-26 10:49:58 00021_sorting_arrays: [ OK ] 3.30 sec. 2025-05-26 10:49:58 00020_sorting_arrays: [ OK ] 3.41 sec. 2025-05-26 10:50:01 00018_distinct_in_subquery: [ OK ] 3.45 sec. 2025-05-26 10:50:02 00015_totals_having_constants: [ OK ] 3.48 sec. 2025-05-26 10:50:02 2025-05-26 10:50:02 154 tests passed. 0 tests skipped. 1518.98 s elapsed (ForkPoolWorker-5). 2025-05-26 10:50:05 00012_array_join_alias_2: [ OK ] 3.48 sec. 2025-05-26 10:50:05 2025-05-26 10:50:05 155 tests passed. 0 tests skipped. 1521.92 s elapsed (ForkPoolWorker-2). 2025-05-26 10:50:22 00094_union_race_conditions_5: [ OK ] 65.41 sec. 2025-05-26 10:50:22 2025-05-26 10:50:22 107 tests passed. 1 tests skipped. 1539.10 s elapsed (ForkPoolWorker-7). 2025-05-26 10:50:39 00029_test_zookeeper_optimize_exception: [ OK ] 50.21 sec. 2025-05-26 10:50:39 2025-05-26 10:50:39 145 tests passed. 0 tests skipped. 1555.99 s elapsed (ForkPoolWorker-8). 2025-05-26 10:50:49 00092_union_race_conditions_3: [ OK ] 92.03 sec. 2025-05-26 10:50:49 2025-05-26 10:50:49 149 tests passed. 0 tests skipped. 1566.47 s elapsed (ForkPoolWorker-3). 2025-05-26 10:50:55 00090_union_race_conditions_1: [ OK ] 97.01 sec. 2025-05-26 10:50:55 2025-05-26 10:50:55 129 tests passed. 1 tests skipped. 1572.32 s elapsed (ForkPoolWorker-6). 2025-05-26 10:50:59 00091_union_race_conditions_2: [ OK ] 101.21 sec. 2025-05-26 10:50:59 2025-05-26 10:50:59 148 tests passed. 3 tests skipped. 1576.51 s elapsed (ForkPoolWorker-9). 2025-05-26 10:51:49 00097_long_storage_buffer_race_condition_mt: [ OK ] 153.59 sec. 2025-05-26 10:51:49 2025-05-26 10:51:49 146 tests passed. 4 tests skipped. 1626.10 s elapsed (ForkPoolWorker-4). 2025-05-26 10:51:49 2025-05-26 10:51:49 Running 104 stateless tests (MainProcess). 2025-05-26 10:51:49 2025-05-26 10:52:11 03254_session_expire_in_use_in_http_interface: [ OK ] 22.13 sec. 2025-05-26 10:52:15 02983_const_sharding_key: [ OK ] 3.92 sec. 2025-05-26 10:52:33 02971_analyzer_remote_id: [ OK ] 18.01 sec. 2025-05-26 10:52:36 02960_validate_database_engines: [ OK ] 3.33 sec. 2025-05-26 10:52:52 02940_system_stacktrace_optimizations: [ OK ] 15.04 sec. 2025-05-26 10:52:56 02931_max_num_to_warn: [ OK ] 4.28 sec. 2025-05-26 10:53:05 02916_move_partition_inactive_replica: [ OK ] 8.70 sec. 2025-05-26 10:53:09 02911_support_alias_column_in_indices: [ OK ] 4.02 sec. 2025-05-26 10:53:25 02892_orc_filter_pushdown: [ OK ] 15.91 sec. 2025-05-26 10:53:47 02884_async_insert_native_protocol_1: [ OK ] 22.52 sec. 2025-05-26 10:56:19 02884_authentication_quota: [ OK ] 151.86 sec. 2025-05-26 10:56:46 02884_async_insert_native_protocol_3: [ OK ] 27.37 sec. 2025-05-26 10:58:39 02871_peak_threads_usage: [ OK ] 112.21 sec. 2025-05-26 10:58:49 02867_page_cache: [ OK ] 10.61 sec. 2025-05-26 10:58:54 02863_delayed_source_with_totals_and_extremes: [ OK ] 4.22 sec. 2025-05-26 10:59:00 02813_avro_union_with_one_type: [ OK ] 6.39 sec. 2025-05-26 10:59:21 02808_filesystem_cache_drop_query: [ OK ] 21.22 sec. 2025-05-26 10:59:21 02782_uniq_exact_parallel_merging_bug: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 10:59:33 02736_reading_and_writing_structure_fields: [ OK ] 11.52 sec. 2025-05-26 10:59:38 02735_capnp_case_insensitive_names_matching: [ OK ] 5.33 sec. 2025-05-26 11:00:06 02735_parquet_encoder: [ OK ] 27.70 sec. 2025-05-26 11:00:37 02726_async_insert_flush_stress: [ OK ] 30.58 sec. 2025-05-26 11:02:06 02725_start_stop_fetches: [ OK ] 89.67 sec. 2025-05-26 11:02:10 02718_insert_meet_hardware_error: [ OK ] 3.87 sec. 2025-05-26 11:02:13 02710_default_replicated_parameters: [ OK ] 2.80 sec. 2025-05-26 11:02:20 02706_show_columns: [ OK ] 7.19 sec. 2025-05-26 11:02:20 02581_share_big_sets_between_mutation_tasks_long: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 11:02:25 02563_analyzer_merge: [ OK ] 4.65 sec. 2025-05-26 11:02:32 02501_deep_recusion_schema_inference: [ OK ] 6.94 sec. 2025-05-26 11:02:36 02494_query_cache_nondeterministic_functions: [ OK ] 3.79 sec. 2025-05-26 11:02:40 02494_query_cache_secrets: [ OK ] 3.62 sec. 2025-05-26 11:03:10 02494_query_cache_nested_query_bug: [ OK ] 29.93 sec. 2025-05-26 11:03:14 02494_query_cache_eligible_queries: [ OK ] 4.07 sec. 2025-05-26 11:03:20 02494_query_cache_events: [ OK ] 6.51 sec. 2025-05-26 11:03:24 02494_query_cache_user_quotas: [ OK ] 3.78 sec. 2025-05-26 11:03:28 02458_default_setting: [ OK ] 3.78 sec. 2025-05-26 11:03:34 02404_schema_inference_cache_respect_format_settings: [ OK ] 5.89 sec. 2025-05-26 11:03:40 02391_recursive_buffer: [ OK ] 6.00 sec. 2025-05-26 11:03:48 02378_part_log_profile_events_replicated: [ OK ] 7.72 sec. 2025-05-26 11:03:52 02377_quota_key_http: [ OK ] 4.13 sec. 2025-05-26 11:05:19 02353_compression_level: [ OK ] 87.40 sec. 2025-05-26 11:05:23 02343_read_from_s3_compressed_blocks: [ OK ] 3.81 sec. 2025-05-26 11:05:40 02337_drop_filesystem_cache_access: [ OK ] 16.72 sec. 2025-05-26 11:06:32 02327_capnproto_protobuf_empty_messages: [ OK ] 51.63 sec. 2025-05-26 11:11:41 02286_mysql_dump_input_format: [ OK ] 308.93 sec. 2025-05-26 11:11:56 02245_parquet_skip_unknown_type: [ OK ] 14.82 sec. 2025-05-26 11:12:02 02244_hdfs_cluster: [ OK ] 6.42 sec. 2025-05-26 11:16:27 02232_dist_insert_send_logs_level_hung: [ OK ] 264.76 sec. 2025-05-26 11:16:30 02211_jsonl_format_extension: [ OK ] 3.60 sec. 2025-05-26 11:16:41 02166_arrow_dictionary_inference: [ OK ] 10.80 sec. 2025-05-26 11:16:53 02152_bool_type_parsing: [ OK ] 11.54 sec. 2025-05-26 11:18:38 02129_skip_quoted_fields: [ OK ] 105.52 sec. 2025-05-26 11:18:42 02097_default_dict_get_add_database: [ OK ] 3.90 sec. 2025-05-26 11:18:46 02025_dictionary_view_different_db: [ OK ] 3.82 sec. 2025-05-26 11:18:50 02015_column_default_dict_get_identifier: [ OK ] 4.13 sec. 2025-05-26 11:18:54 02011_dictionary_empty_attribute_list: [ OK ] 3.79 sec. 2025-05-26 11:21:33 01921_concurrent_ttl_and_normal_merges_zookeeper_long: [ OK ] 158.89 sec. 2025-05-26 11:21:37 01914_exchange_dictionaries: [ OK ] 4.07 sec. 2025-05-26 11:21:42 01901_test_attach_partition_from: [ OK ] 4.52 sec. 2025-05-26 11:21:53 01852_dictionary_found_rate_long: [ OK ] 11.13 sec. 2025-05-26 11:21:58 01825_type_json_17: [ OK ] 5.14 sec. 2025-05-26 11:22:02 01780_clickhouse_dictionary_source_loop: [ OK ] 3.92 sec. 2025-05-26 11:22:06 01764_table_function_dictionary: [ OK ] 3.71 sec. 2025-05-26 11:22:10 01721_dictionary_decimal_p_s: [ OK ] 4.33 sec. 2025-05-26 11:22:14 01720_dictionary_create_source_with_functions: [ OK ] 3.88 sec. 2025-05-26 11:22:17 01705_normalize_create_alter_function_names: [ OK ] 3.05 sec. 2025-05-26 11:22:28 01685_ssd_cache_dictionary_complex_key: [ OK ] 10.09 sec. 2025-05-26 11:22:33 01681_cache_dictionary_simple_key: [ OK ] 5.79 sec. 2025-05-26 11:22:38 01527_dist_sharding_key_dictGet_reload: [ OK ] 4.38 sec. 2025-05-26 11:22:38 01459_manual_write_to_replicas: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 11:23:21 01454_storagememory_data_race_challenge: [ OK ] 43.28 sec. 2025-05-26 11:24:38 01417_freeze_partition_verbose: [ OK ] 77.18 sec. 2025-05-26 11:24:45 01415_overlimiting_threads_for_repica_bug: [ OK ] 6.66 sec. 2025-05-26 11:25:31 01412_cache_dictionary_race: [ OK ] 46.35 sec. 2025-05-26 11:25:52 01410_nullable_key_more_tests: [ OK ] 20.96 sec. 2025-05-26 11:25:56 01375_compact_parts_codecs: [ OK ] 3.95 sec. 2025-05-26 11:26:01 01355_alter_column_with_order: [ OK ] 4.15 sec. 2025-05-26 11:26:30 01338_long_select_and_alter: [ OK ] 29.65 sec. 2025-05-26 11:26:36 01297_create_quota: [ OK ] 6.03 sec. 2025-05-26 11:27:43 01294_lazy_database_concurrent_recreate_reattach_and_show_tables_long: [ OK ] 66.66 sec. 2025-05-26 11:27:46 01293_create_role: [ OK ] 3.28 sec. 2025-05-26 11:27:51 01281_unsucceeded_insert_select_queries_counter: [ OK ] 4.20 sec. 2025-05-26 11:27:57 01272_suspicious_codecs: [ OK ] 5.95 sec. 2025-05-26 11:28:01 01269_alias_type_differs: [ OK ] 4.26 sec. 2025-05-26 11:28:08 01268_dictionary_direct_layout: [ OK ] 6.84 sec. 2025-05-26 11:28:12 01254_dict_load_after_detach_attach: [ OK ] 3.94 sec. 2025-05-26 11:28:17 01191_rename_dictionary: [ OK ] 4.75 sec. 2025-05-26 11:28:21 01188_attach_table_from_path: [ OK ] 4.10 sec. 2025-05-26 11:28:21 01171_mv_select_insert_isolation_long: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 11:28:25 01129_dict_get_join_lose_constness: [ OK ] 3.71 sec. 2025-05-26 11:28:29 01127_month_partitioning_consistency_select: [ OK ] 3.91 sec. 2025-05-26 11:30:00 01114_database_atomic: [ OK ] 91.88 sec. 2025-05-26 11:30:07 01109_exchange_tables: [ OK ] 6.39 sec. 2025-05-26 11:30:12 01085_max_distributed_connections_http: [ OK ] 5.12 sec. 2025-05-26 11:30:46 01076_cache_dictionary_datarace_exception_ptr: [ OK ] 33.91 sec. 2025-05-26 11:34:39 01076_parallel_alter_replicated_zookeeper: [ OK ] 233.35 sec. 2025-05-26 11:34:42 01070_window_view_watch_events: [ OK ] 2.83 sec. 2025-05-26 11:34:48 01070_modify_ttl: [ OK ] 6.05 sec. 2025-05-26 11:34:48 01037_polygon_dicts_simple_functions: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 11:35:23 01018_ddl_dictionaries_bad_queries: [ OK ] 34.31 sec. 2025-05-26 11:40:40 00719_parallel_ddl_db: [ OK ] 316.94 sec. 2025-05-26 11:40:45 00612_http_max_query_size: [ OK ] 5.60 sec. 2025-05-26 11:44:33 00429_long_http_bufferization: [ OK ] 227.37 sec. 2025-05-26 11:45:14 00110_external_sort: [ OK ] 40.83 sec. 2025-05-26 11:45:14 2025-05-26 11:45:14 99 tests passed. 5 tests skipped. 3204.83 s elapsed (MainProcess). 2025-05-26 11:45:18 Won't run stateful tests because test data wasn't loaded. 2025-05-26 11:45:18 Checking the hung queries: done 2025-05-26 11:45:18 2025-05-26 11:45:18 No queries hung. 2025-05-26 11:45:18 2025-05-26 11:45:18 Some tests were restarted: 2025-05-26 11:45:18 2025-05-26 11:45:18 2025-05-26 11:45:18 02221_parallel_replicas_bug : 2025-05-26 11:45:18 [ fail ] 17.84 sec. - having stderror: 2025-05-26 11:45:18 [c5c91c234b13] 2025.05.26 15:34:45.498406 [ 8648 ] {7df295ec-bff2-4af0-b818-044692b65e76} ConnectionPoolWithFailover: Connection failed at try №1, reason: Code: 210. DB::NetException: Connection refused (127.0.0.3:1234). (NETWORK_ERROR) (version 24.3.18.10389.altinitystable (altinity build)) 2025-05-26 11:45:18 2025-05-26 11:45:18 stdout: 2025-05-26 11:45:18 2025-05-26 11:45:18 2025-05-26 11:45:18 Settings used in the test: --max_insert_threads 0 --group_by_two_level_threshold 819466 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 8284176 --max_read_buffer_size 566188 --prefer_localhost_replica 0 --max_block_size 22837 --max_threads 61 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 16 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 3581643 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method read --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 6 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 394530565 --min_compress_block_size 2723859 --max_compress_block_size 468434 --merge_tree_compact_parts_min_granules_to_multibuffer_read 77 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 5345207 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone Africa/Juba --prefer_warmed_unmerged_parts_seconds 4 --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.63 2025-05-26 11:45:18 2025-05-26 11:45:18 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.8654567808965801 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 1418623 --merge_max_block_size 7266 --index_granularity 35444 --min_bytes_for_wide_part 0 --marks_compress_block_size 49820 --primary_key_compress_block_size 41269 --replace_long_file_name_to_hash 0 --max_file_name_length 85 --min_bytes_for_full_part_storage 284634295 --compact_parts_max_bytes_to_buffer 85719636 --compact_parts_max_granules_to_buffer 9 --compact_parts_merge_max_bytes_to_prefetch_part 14001624 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 85 --old_parts_lifetime 480 2025-05-26 11:45:18 2025-05-26 11:45:18 Database: test_snrkd4at 2025-05-26 11:45:18 All tests have finished. 2025-05-26 11:45:18 2025-05-26 11:45:18 Top patterns of log messages: 2025-05-26 11:45:18 2025-05-26 11:45:18 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string 2025-05-26 11:45:18 2025-05-26 11:45:18 1. 132926 0.126 6.86 MiB 0.051 5 401 ['Trace'] 0 Access granted: {}{} 2025-05-26 11:45:18 2. 120046 0.114 15.42 MiB 0.114 1 333 ['Trace'] 0 Query {} to stage {}{} 2025-05-26 11:45:18 3. 119548 0.113 17.95 MiB 0.133 1 331 ['Trace'] 0 Query {} from stage {} to stage {}{} 2025-05-26 11:45:18 4. 42605 0.04 8.84 MiB 0.066 1 268 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {}) 2025-05-26 11:45:18 5. 42591 0.04 6.38 MiB 0.047 3 265 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {} 2025-05-26 11:45:18 6. 34302 0.033 1010.70 KiB 0.007 1 1670 ['Trace'] 0 Aggregation method: {} 2025-05-26 11:45:18 7. 31861 0.03 2.75 MiB 0.02 1 1667 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.) 2025-05-26 11:45:18 8. 30861 0.029 870.70 KiB 0.006 1 132 ['Debug'] 0.001 Processed in {} sec. 2025-05-26 11:45:18 9. 23689 0.022 1.85 MiB 0.014 1 244 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec. 2025-05-26 11:45:18 10. 20517 0.019 1.45 MiB 0.011 1 1584 ['Trace'] 0.481 Reserved {} on local disk {}, having unreserved {}. 2025-05-26 11:45:18 11. 19007 0.018 204.18 KiB 0.001 1 1650 ['Trace'] 0 Aggregating 2025-05-26 11:45:18 12. 18853 0.018 1.51 MiB 0.011 1 1644 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={} 2025-05-26 11:45:18 13. 15776 0.015 1.33 MiB 0.01 4 329 ['Debug'] 0.996 {} Authenticating user '{}' from {} 2025-05-26 11:45:18 14. 15754 0.015 1.73 MiB 0.013 4 329 ['Debug'] 0.996 {} Authenticated with global context as user {} 2025-05-26 11:45:18 15. 15725 0.015 1.35 MiB 0.01 4 328 ['Debug'] 0.996 {} Logout, user_id: {} 2025-05-26 11:45:18 16. 15679 0.015 1.67 MiB 0.012 3 265 ['Debug'] 1 {} Creating session context with user_id: {} 2025-05-26 11:45:18 17. 14131 0.013 677.98 KiB 0.005 1 261 ['Debug'] 0.218 Peak memory usage{}: {}. 2025-05-26 11:45:18 18. 13416 0.013 1.56 MiB 0.012 1158 854 ['Trace'] 0.502 Renaming temporary part {} to {} with tid {}. 2025-05-26 11:45:18 19. 13201 0.013 915.37 KiB 0.007 1149 1347 ['Trace'] 0.731 Trying to reserve {} using storage policy from min volume index {} 2025-05-26 11:45:18 20. 12967 0.012 624.02 KiB 0.005 1 834 ['Trace'] 0.491 filled checksums {} 2025-05-26 11:45:18 21. 12512 0.012 17.59 MiB 0.131 2 241 ['Trace'] 1 Request URI: {} 2025-05-26 11:45:18 22. 12512 0.012 2.36 MiB 0.018 2 241 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {} 2025-05-26 11:45:18 23. 11916 0.011 244.37 KiB 0.002 2 241 ['Debug'] 0.031 Done processing query 2025-05-26 11:45:18 24. 9878 0.009 940.74 KiB 0.007 1 37 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part 2025-05-26 11:45:18 25. 9383 0.009 419.52 KiB 0.003 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {} 2025-05-26 11:45:18 26. 6931 0.007 1.02 MiB 0.008 1 445 ['Information'] 0 Done writing part of data into temporary file {}, compressed {}, uncompressed {} 2025-05-26 11:45:18 27. 6931 0.007 785.15 KiB 0.006 1 463 ['Information'] 0 Sorting and writing part of data into temporary file {} 2025-05-26 11:45:18 28. 6340 0.006 231.19 KiB 0.002 17 17 ['Trace'] 1 Flushed system log up to offset {} 2025-05-26 11:45:18 29. 6340 0.006 370.52 KiB 0.003 17 17 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {} 2025-05-26 11:45:18 30. 5752 0.005 202.22 KiB 0.001 1 143 ['Trace'] 0.005 Converting aggregated data to blocks 2025-05-26 11:45:18 31. 5744 0.005 610.68 KiB 0.004 1 136 ['Debug'] 0.003 Converted aggregated data to blocks. {} rows, {} in {} sec. ({:.3f} rows/sec., {}/sec.) 2025-05-26 11:45:18 32. 5291 0.005 118.84 KiB 0.001 1 1396 ['Trace'] 0 Merging aggregated data 2025-05-26 11:45:18 33. 4901 0.005 384.63 KiB 0.003 595 88 ['Trace'] 0.002 Reading {} ranges in{}order from part {}, approx. {} rows starting from {} 2025-05-26 11:45:18 34. 4463 0.004 562.13 KiB 0.004 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {} 2025-05-26 11:45:18 35. 4240 0.004 327.11 KiB 0.002 1 194 ['Trace'] 0 Query span trace_id for opentelemetry log: {} 2025-05-26 11:45:18 36. 4123 0.004 136.21 KiB 0.001 1 132 ['Trace'] 1 TCP Request. Address: {} 2025-05-26 11:45:18 37. 4118 0.004 394.94 KiB 0.003 1 132 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}. 2025-05-26 11:45:18 38. 4063 0.004 107.13 KiB 0.001 1 127 ['Debug'] 1 Done processing connection. 2025-05-26 11:45:18 39. 4016 0.004 450.07 KiB 0.003 1 26 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {} 2025-05-26 11:45:18 40. 3831 0.004 104.84 KiB 0.001 661 106 ['Debug'] 0.006 Key condition: {} 2025-05-26 11:45:18 41. 3742 0.004 425.93 KiB 0.003 653 106 ['Debug'] 0.006 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges 2025-05-26 11:45:18 42. 3697 0.004 473.88 KiB 0.003 1 34 ['Trace'] 0 Have {} pending inserts with total {} bytes of data for query '{}' 2025-05-26 11:45:18 43. 3222 0.003 166.76 KiB 0.001 575 103 ['Trace'] 0.007 Spreading mark ranges among streams (default reading) 2025-05-26 11:45:18 44. 3121 0.003 321.65 KiB 0.002 1025 458 ['Debug'] 0.992 Removing {} parts from filesystem (serially): Parts: [{}] 2025-05-26 11:45:18 45. 3101 0.003 259.33 KiB 0.002 1 42 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {} 2025-05-26 11:45:18 46. 3100 0.003 105.81 KiB 0.001 1 42 ['Debug'] 0 Selected MergeAlgorithm: {} 2025-05-26 11:45:18 47. 3094 0.003 405.16 KiB 0.003 1 42 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec. 2025-05-26 11:45:18 48. 3065 0.003 205.42 KiB 0.001 139 42 ['Trace'] 0 Merged {} parts: [{}, {}] -> {} 2025-05-26 11:45:18 49. 3000 0.003 594.99 KiB 0.004 1 512 ['Information'] 1 Removing metadata {} of dropped table {} 2025-05-26 11:45:18 50. 3000 0.003 380.88 KiB 0.003 1 512 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {} 2025-05-26 11:45:18 51. 2999 0.003 163.58 KiB 0.001 136 547 ['Debug'] 0.923 Selected {} parts from {} to {} 2025-05-26 11:45:18 52. 2997 0.003 222.43 KiB 0.002 1 65 ['Debug'] 0 Waiting for table {} to be finally dropped 2025-05-26 11:45:18 53. 2814 0.003 138.76 KiB 0.001 1 230 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}). 2025-05-26 11:45:18 54. 2814 0.003 419.69 KiB 0.003 1 230 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.) 2025-05-26 11:45:18 55. 2739 0.003 56.17 KiB 0 1 1201 ['Debug'] 1 Stop worker in {} 2025-05-26 11:45:18 56. 2739 0.003 187.93 KiB 0.001 1 66 ['Debug'] 0.002 Schedule load job '{}' into {} 2025-05-26 11:45:18 57. 2739 0.003 190.60 KiB 0.001 1 848 ['Debug'] 1 Finish load job '{}' with status {} 2025-05-26 11:45:18 58. 2739 0.003 85.60 KiB 0.001 1 910 ['Debug'] 0.502 Spawn loader worker #{} in {} 2025-05-26 11:45:18 59. 2739 0.003 179.90 KiB 0.001 1 848 ['Debug'] 1 Execute load job '{}' in {} 2025-05-26 11:45:18 60. 2738 0.003 217.27 KiB 0.002 1 66 ['Debug'] 0.001 Prioritize load job '{}': {} -> {} 2025-05-26 11:45:18 61. 2710 0.003 23.82 KiB 0 2 66 ['Trace'] 0.001 No tables 2025-05-26 11:45:18 62. 2706 0.003 89.85 KiB 0.001 1 925 ['Debug'] 0.501 Change current priority: {} -> {} 2025-05-26 11:45:18 63. 2512 0.002 374.61 KiB 0.003 1 41 ['Debug'] 0 Before join block: '{}' 2025-05-26 11:45:18 64. 2511 0.002 592.36 KiB 0.004 1 41 ['Debug'] 0 After join block: '{}' 2025-05-26 11:45:18 65. 2456 0.002 349.91 KiB 0.003 1 49 ['Trace'] 0 PREWHERE condition was split into {} steps: {} 2025-05-26 11:45:18 66. 2199 0.002 220.83 KiB 0.002 60 56 ['Trace'] 0.982 Found {} old parts to remove. Parts: [{}] 2025-05-26 11:45:18 67. 2199 0.002 222.98 KiB 0.002 60 56 ['Debug'] 0.982 Removing {} parts from memory: Parts: [{}] 2025-05-26 11:45:18 68. 1955 0.002 175.84 KiB 0.001 1 907 ['Debug'] 0 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec 2025-05-26 11:45:18 69. 1910 0.002 453.92 KiB 0.003 1 287 ['Trace'] 0 {}Keys: {}, datatype: {}, kind: {}, strictness: {}, right header: {} 2025-05-26 11:45:18 70. 1719 0.002 112.13 KiB 0.001 1 270 ['Trace'] 0.007 {}Join data is being destroyed, {} bytes and {} rows in hash table 2025-05-26 11:45:18 71. 1525 0.001 48.29 KiB 0 19 25 ['Debug'] 0 Requested flush up to offset {} 2025-05-26 11:45:18 72. 1468 0.001 181.25 KiB 0.001 1 2 ['Trace'] 1 Creating part at path {} 2025-05-26 11:45:18 73. 1434 0.001 394.47 KiB 0.003 1 87 ['Debug'] 0 {}:{}: sampleColumns {} '{}' 2025-05-26 11:45:18 74. 1357 0.001 111.58 KiB 0.001 1298 66 ['Information'] 0.001 Metadata processed, database {} has {} tables and {} dictionaries in total. 2025-05-26 11:45:18 75. 1357 0.001 80.70 KiB 0.001 1 66 ['Information'] 0.001 Parsed metadata of {} tables in {} databases in {} sec 2025-05-26 11:45:18 76. 1340 0.001 23.55 KiB 0 1284 82 ['Debug'] 0.016 Loading data parts 2025-05-26 11:45:18 77. 1322 0.001 113.06 KiB 0.001 105 458 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {} 2025-05-26 11:45:18 78. 1305 0.001 29.31 KiB 0 1284 82 ['Debug'] 0.017 There are no data parts 2025-05-26 11:45:18 79. 1299 0.001 34.47 KiB 0 1 79 ['Trace'] 0.035 {} -> {} 2025-05-26 11:45:18 80. 1290 0.001 79.61 KiB 0.001 1 66 ['Debug'] 0.002 Wait load job '{}' in {} 2025-05-26 11:45:18 81. 1281 0.001 37.56 KiB 0 76 668 ['Trace'] 0 Found (RIGHT) boundary mark: {} 2025-05-26 11:45:18 82. 1281 0.001 36.29 KiB 0 76 668 ['Trace'] 0 Found (LEFT) boundary mark: {} 2025-05-26 11:45:18 83. 1281 0.001 40.05 KiB 0 76 668 ['Trace'] 0 Found {} range in {} steps 2025-05-26 11:45:18 84. 1281 0.001 83.90 KiB 0.001 76 668 ['Trace'] 0 Running binary search on index range for part {} ({} marks) 2025-05-26 11:45:18 85. 1265 0.001 95.12 KiB 0.001 1264 467 ['Information'] 0.996 dropAllData: remove format_version.txt, detached, moving and write ahead logs 2025-05-26 11:45:18 86. 1265 0.001 60.53 KiB 0 1264 467 ['Trace'] 0.996 dropAllData: removing all data parts from memory. 2025-05-26 11:45:18 87. 1265 0.001 53.12 KiB 0 1264 467 ['Information'] 0.996 dropAllData: clearing temporary directories 2025-05-26 11:45:18 88. 1265 0.001 81.53 KiB 0.001 1264 467 ['Information'] 0.996 dropAllData: removing table directory recursive to cleanup garbage 2025-05-26 11:45:18 89. 1265 0.001 72.94 KiB 0.001 1264 467 ['Trace'] 0.996 dropAllData: removing data parts (count {}) from filesystem. 2025-05-26 11:45:18 90. 1265 0.001 22.24 KiB 0 1264 467 ['Trace'] 0.996 dropAllData: done. 2025-05-26 11:45:18 91. 1265 0.001 38.30 KiB 0 1264 467 ['Trace'] 0.996 dropAllData: waiting for locks. 2025-05-26 11:45:18 92. 1253 0.001 65.96 KiB 0 6 72 ['Trace'] 0.954 List of all grants: {} 2025-05-26 11:45:18 93. 1253 0.001 99.88 KiB 0.001 6 72 ['Trace'] 0.954 List of all grants including implicit: {} 2025-05-26 11:45:18 94. 1253 0.001 95.44 KiB 0.001 6 72 ['Trace'] 0.954 Settings: readonly = {}, allow_ddl = {}, allow_introspection_functions = {} 2025-05-26 11:45:18 95. 1210 0.001 107.73 KiB 0.001 87 445 ['Trace'] 1 Insert entry {} to queue with type {} 2025-05-26 11:45:18 96. 1166 0.001 162.15 KiB 0.001 70 433 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={}) 2025-05-26 11:45:18 97. 1161 0.001 91.38 KiB 0.001 86 672 ['Trace'] 0.987 Part {} is not stored on zero-copy replicated disk, blobs can be removed 2025-05-26 11:45:18 98. 1119 0.001 28.41 KiB 0 85 443 ['Debug'] 1 Pulled {} entries to queue. 2025-05-26 11:45:18 99. 1119 0.001 64.47 KiB 0 85 443 ['Debug'] 1 Pulling {} entries to queue: {} - {} 2025-05-26 11:45:18 100. 1103 0.001 77.70 KiB 0.001 16 87 ['Debug'] 0 Flushing buffer with {} rows, {} bytes, age {} seconds, took {} ms {}. 2025-05-26 11:45:18 2025-05-26 11:45:18 2025-05-26 11:45:18 2025-05-26 11:45:18 Top messages without format string (fmt::runtime): 2025-05-26 11:45:18 2025-05-26 11:45:18 count pattern runtime_message line 2025-05-26 11:45:18 2025-05-26 11:45:18 1. 10 CodeDBExceptionReceivedfromDBExc Code: 701. DB::Exception: Received from 127.0.0.3:9000. DB::Exception: Reading in parallel from replicas is enabled but cluster to execute query is not provided. Please set 'cluster_for_parallel_replicas' setting. Stack trace: 2025-05-26 11:45:18 2025-05-26 11:45:18 0. /build/contrib/llvm-proje ('/executeQuery.cpp',219) 2025-05-26 11:45:18 2. 8 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 27 ('expand'): expand c, d;. Max query size exceeded: 'expand'. (SYNTAX_ERROR) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:60880) (comment: 02366_kql_mvexpand.sql) (in query: ('/executeQuery.cpp',219) 2025-05-26 11:45:18 3. 4 CodeDBExceptionExpectedargumento Code: 395. DB::Exception: Expected argument of data type real: while executing 'FUNCTION throwIf(_CAST(true_Bool, 'Bool'_String) :: 1, 'Expected argument of data type real'_String :: 2) -> throwIf(_CAST(true_Bool, 'Bool'_String), 'Expected argument of data ('/executeQuery.cpp',219) 2025-05-26 11:45:18 4. 3 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): 2025-05-26 11:45:18 2025-05-26 11:45:18 0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ 0x000000 ('/Exception.cpp',222) 2025-05-26 11:45:18 5. 2 CannotflushCodeDBExceptionReceiv Cannot flush: Code: 516. DB::Exception: Received from 127.0.0.2:9000. DB::Exception: default: Authentication failed: password is incorrect, or there is no user with such name. 2025-05-26 11:45:18 2025-05-26 11:45:18 If you have installed ClickHouse and forgot password you can reset it in the co ('/Exception.cpp',222) 2025-05-26 11:45:18 6. 2 CodeDBExceptionReceivedfromlocal Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: Memory limit (for query) exceeded: would use 20.20 MiB (attempt to allocate chunk of 1048832 bytes), maximum: 20.00 MiB.: While executing AggregatingTransform: while pushing to view tes ('/executeQuery.cpp',219) 2025-05-26 11:45:18 7. 1 PRIORITYdecaytargetmine [PRIORITY] decay, target 1 -> 1, mine 1 ('/LoggerWrapper.h',43) 2025-05-26 11:45:18 8. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43) 2025-05-26 11:45:18 9. 1 StartingClickHousealtinitystable Starting ClickHouse 24.3.18.10389.altinitystable (revision: 4294967295, git hash: 7a1b53921dfb37a4fe50af3efd7b3b833d32682a, build id: A267D1C8A88C127A327899E5B77C6DBDCB735C23), PID 736 ('',0) 2025-05-26 11:45:18 10. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43) 2025-05-26 11:45:18 11. 1 peerDCIDlocalhostvotingmembermyi peer 1: DC ID 0, localhost:9234, voting member, 1 2025-05-26 11:45:18 my id: 1, voting_member 2025-05-26 11:45:18 num peers: 0 ('/LoggerWrapper.h',43) 2025-05-26 11:45:18 12. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43) 2025-05-26 11:45:18 13. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43) 2025-05-26 11:45:18 14. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43) 2025-05-26 11:45:18 15. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0) 2025-05-26 11:45:18 16. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0 2025-05-26 11:45:18 peer 1, DC ID 0, localhost:9234, voting member, 1 2025-05-26 11:45:18 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43) 2025-05-26 11:45:18 17. 1 RaftASIOlistenerinitiatedonunsec Raft ASIO listener initiated on :::9234, unsecured ('/LoggerWrapper.h',43) 2025-05-26 11:45:18 18. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 2025-05-26 11:45:18 19. 1 startingup starting up ('',0) 2025-05-26 11:45:18 20. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43) 2025-05-26 11:45:18 21. 1 newelectiontimeoutrange new election timeout range: 0 - 0 ('/LoggerWrapper.h',43) 2025-05-26 11:45:18 22. 1 CodeDBExceptionExceptionUnsuppor Code: 1000. DB::Exception: Exception: Unsupported language for region name. Supported languages are: 'ru', 'en', 'ua', 'uk', 'by', 'kz', 'tr', 'de', 'uz', 'lv', 'lt', 'et', 'pt', 'he', 'vi', 'es'. (POCO_EXCEPTION), Stack trace (when copying this message, a ('/TCPHandler.cpp',701) 2025-05-26 11:45:18 23. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43) 2025-05-26 11:45:18 24. 1 invalidelectiontimeoutlowerbound invalid election timeout lower bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 2025-05-26 11:45:18 25. 1 PocoExceptionCodeecodeExceptionU Poco::Exception. Code: 1000, e.code() = 0, Exception: Unsupported language for region name. Supported languages are: 'ru', 'en', 'ua', 'uk', 'by', 'kz', 'tr', 'de', 'uz', 'lv', 'lt', 'et', 'pt', 'he', 'vi', 'es'. (version 24.3.18.10389.altinitystable (alti ('/executeQuery.cpp',219) 2025-05-26 11:45:18 26. 1 numberofpendingcommitelements number of pending commit elements: 0 ('/LoggerWrapper.h',43) 2025-05-26 11:45:18 27. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43) 2025-05-26 11:45:18 28. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER === 2025-05-26 11:45:18 commit index 0 2025-05-26 11:45:18 term 0 2025-05-26 11:45:18 election timer allowed 2025-05-26 11:45:18 log store start 1, end 0 2025-05-26 11:45:18 config log idx 0, prev log idx 0 2025-05-26 11:45:18 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43) 2025-05-26 11:45:18 29. 1 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 0 ('/LoggerWrapper.h',43) 2025-05-26 11:47:58 30. 1 parameterselectiontimeoutrangehe parameters: election timeout range 0 - 0, heartbeat 0, leadership expiry 0, max batch 100, backoff 50, snapshot distance 100000, enable randomized snapshot creation NO, log sync stop gap 99999, reserved logs 2147483647, client timeout 10000, auto forwardin ('/LoggerWrapper.h',43) 2025-05-26 11:47:58 2025-05-26 11:47:58 2025-05-26 11:47:58 Failed to get stats about log messages: timed out + set -e + [[ 0 -eq 124 ]] + return 0 + echo 'Files in current directory' + ls -la ./ Files in current directory total 137448 drwxr-xr-x 1 root root 4096 May 26 11:02 . drwxr-xr-x 1 root root 4096 May 26 11:02 .. -rw-rw-r-- 1 1000 1000 300 May 26 10:19 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib -rw-r--r-- 1 root root 1481 May 26 10:23 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 May 26 10:23 __azurite_db_blob__.json -rw-r--r-- 1 root root 65395 May 26 11:47 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 May 26 10:23 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 4003 May 26 10:19 broken_tests.json drwxr-xr-x 5 root root 340 May 26 10:21 dev -rwxr-xr-x 1 root root 0 May 26 10:21 .dockerenv drwxr-xr-x 1 root root 4096 May 26 10:22 etc drwxr-xr-x 1 1000 1000 4096 May 26 10:22 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc drwxr-xr-x 2 root root 4096 Sep 11 2024 media -rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio drwxr-xr-x 4 root root 4096 May 26 10:22 minio_data drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt drwxr-xr-x 2 root root 4096 Sep 11 2024 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 May 26 10:21 package_folder drwxr-x--- 2 root root 4096 May 26 10:26 preprocessed_configs dr-xr-xr-x 309 root root 0 May 26 10:21 proc -rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py -rw-r--r-- 1 root root 29 May 26 10:33 queries_02352 drwx------ 1 root root 4096 May 26 11:34 root drwxr-xr-x 1 root root 4096 May 26 10:22 run -rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 462 May 26 10:23 script.gdb -rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 2024 srv -rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib dr-xr-xr-x 13 root root 0 May 26 10:21 sys drwxrwxr-x 2 1000 1000 4096 May 26 10:24 test_output drwxrwxrwt 1 root root 36864 May 26 11:47 tmp drwxr-xr-x 2 root root 4096 May 26 10:24 user_defined drwxr-xr-x 1 root root 4096 Sep 11 2024 usr -rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 2024 var Files in root directory + echo 'Files in root directory' + ls -la / total 137448 drwxr-xr-x 1 root root 4096 May 26 11:02 . drwxr-xr-x 1 root root 4096 May 26 11:02 .. -rw-rw-r-- 1 1000 1000 300 May 26 10:19 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib -rw-r--r-- 1 root root 1481 May 26 10:23 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 May 26 10:23 __azurite_db_blob__.json -rw-r--r-- 1 root root 65395 May 26 11:47 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 May 26 10:23 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 4003 May 26 10:19 broken_tests.json drwxr-xr-x 5 root root 340 May 26 10:21 dev -rwxr-xr-x 1 root root 0 May 26 10:21 .dockerenv drwxr-xr-x 1 root root 4096 May 26 10:22 etc drwxr-xr-x 1 1000 1000 4096 May 26 10:22 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc drwxr-xr-x 2 root root 4096 Sep 11 2024 media -rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio drwxr-xr-x 4 root root 4096 May 26 10:22 minio_data drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt drwxr-xr-x 2 root root 4096 Sep 11 2024 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 May 26 10:21 package_folder drwxr-x--- 2 root root 4096 May 26 10:26 preprocessed_configs dr-xr-xr-x 309 root root 0 May 26 10:21 proc -rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py -rw-r--r-- 1 root root 29 May 26 10:33 queries_02352 drwx------ 1 root root 4096 May 26 11:34 root drwxr-xr-x 1 root root 4096 May 26 10:22 run -rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 462 May 26 10:23 script.gdb -rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 2024 srv -rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib dr-xr-xr-x 13 root root 0 May 26 10:21 sys drwxrwxr-x 2 1000 1000 4096 May 26 10:24 test_output drwxrwxrwt 1 root root 36864 May 26 11:47 tmp drwxr-xr-x 2 root root 4096 May 26 10:24 user_defined drwxr-xr-x 1 root root 4096 Sep 11 2024 usr -rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 2024 var + /process_functional_tests_result.py 2025-05-26 11:47:58,655 File /analyzer_tech_debt.txt with broken tests found 2025-05-26 11:47:58,656 File /broken_tests.json with broken tests found 2025-05-26 11:47:58,656 Broken tests in the list: 38 2025-05-26 11:47:58,657 Find files in result folder test_result.txt,gdb.log,run.log,garbage.log 2025-05-26 11:47:58,667 Is flaky check: False 2025-05-26 11:47:58,668 Result parsed 2025-05-26 11:47:58,669 Result written + clickhouse-client -q 'system flush logs' + stop_logs_replication + echo 'Detach all logs replication' Detach all logs replication + clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')' + tee /dev/stderr + xargs -n1 -r -i clickhouse-client --query 'drop table {}' xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value + failed_to_save_logs=0 + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\8 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' ++ zstd --threads=0 ++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\1\6 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' ++ zstd --threads=0 ++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\5 ]] + failed_to_save_logs=1 + [[ -n '' ]] + sudo clickhouse stop script.gdb:13: Error in sourced command file: No stack. /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Sent terminate signal to process with pid 736. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 736. The process with pid = 736 does not exist. Server stopped + [[ -n '' ]] + rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log + : + rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log + : + data_path_config=--path=/var/lib/clickhouse/ + zstd --threads=0 + [[ -n '' ]] + '[' 1 -ne 0 ']' + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + zstd --threads=0 + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''CPU'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Memory'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Real'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + rm /var/log/clickhouse-server/clickhouse-server.log + mv /var/log/clickhouse-server/stderr.log /test_output/ + [[ -n '' ]] + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + [[ -n '' ]]